Html Css Color HEX #8AAC0C Citrus

📋 copy color: '#8AAC0C'

red 138 ◦ green 172 ◦ blue 12

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

Shades of Citrus #8AAC0C

Tints of Citrus #8AAC0C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.42%

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 42.86%
G = 53.42%
B = 3.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#8AAC0C (or 0x8AAC0C) is known color: Citrus. HEX triplet: 8A, AC and 0C. RGB value is (138,172,12). Sum of RGB (Red+Green+Blue) = 138+172+12=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAC0C is #7553F3. Grayscale: #909090. Windows color (decimal): -7689204 or 830602. OLE color: 830602.

HSL color Cylindrical-coordinate representation of color #8AAC0C: hue angle of 72.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AAC0C is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 172 12 -
CMYK 0.20 0 0.93 0.33
HSL 72.75º 0.87% 0.36% -
HSV(B) 72.75º 0.93% 0.67% -
XYZ 25.3 34.93 5.76 -
YUV 143.59 53.74 124.01 -
System Red Green Blue C M Y K H S L
Decimal 138 172 12 0.20 0 0.93 0.33 72.75 0.87 0.36
Hex 8A AC C 14 0 5D 21 49 57 24
Octal 212 254 14 24 0 135 41 111 127 44
Binary 10001010 10101100 1100 10100 0 1011101 100001 1001001 1010111 100100

Color Harmonies of #8AAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAC0C

Black with #8AAC0C

Text Example


Text Example

White with #8AAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,172,12); }

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

background-color css

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

 a { background-color: rgb(138,172,12); }

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

border-color css

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

 span { border-color: rgb(138,172,12); }

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