Html Css Color HEX #8ACE0A Citrus

📋 copy color: '#8ACE0A'

red 138 ◦ green 206 ◦ blue 10

#8ACE0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8ACE0A

Tints of Citrus #8ACE0A

RGB

 RED value IS 138 (54.3% from 255) = 38.98%

 GREEN value IS 206 (80.86% from 255) = 58.19%

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 38.98%
G = 58.19%
B = 2.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8ACE0A (or 0x8ACE0A) is known color: Citrus. HEX triplet: 8A, CE and 0A. RGB value is (138,206,10). Sum of RGB (Red+Green+Blue) = 138+206+10=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACE0A is #7531F5. Grayscale: #A4A4A4. Windows color (decimal): -7680502 or 708234. OLE color: 708234.

HSL color Cylindrical-coordinate representation of color #8ACE0A: hue angle of 80.82º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8ACE0A is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 206 10 -
CMYK 0.33 0 0.95 0.19
HSL 80.82º 0.91% 0.42% -
HSV(B) 80.82º 0.95% 0.81% -
XYZ 32.61 49.57 8.14 -
YUV 163.32 41.47 109.94 -
System Red Green Blue C M Y K H S L
Decimal 138 206 10 0.33 0 0.95 0.19 80.82 0.91 0.42
Hex 8A CE A 21 0 5F 13 51 5B 2A
Octal 212 316 12 41 0 137 23 121 133 52
Binary 10001010 11001110 1010 100001 0 1011111 10011 1010001 1011011 101010

Color Harmonies of #8ACE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACE0A

Black with #8ACE0A

Text Example


Text Example

White with #8ACE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ACE0A; }

 p { color: rgb(138,206,10); }

 H1.HeaderClassName
 {
   color: #8ACE0A;
 }
 .AnyTagClassName
 {
   color: #8ACE0A;
 }
</style>

background-color css

<style>
 a { background-color: #8ACE0A; }

 a { background-color: rgb(138,206,10); }

 div.DivClassName
 {
   background-color: #8ACE0A;
 }
 .BgClassName
 {
   background-color: #8ACE0A;
 }
</style>

border-color css

<style>
 span { border-color: #8ACE0A; }

 span { border-color: rgb(138,206,10); }

 td.TdClassName
 {
   border-color: #8ACE0A;
 }
 .TagClassName
 {
   border-color: #8ACE0A;
 }
</style>