Html Css Color HEX #8CAC08 Citrus

📋 copy color: '#8CAC08'

red 140 ◦ green 172 ◦ blue 8

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

Shades of Citrus #8CAC08

Tints of Citrus #8CAC08

RGB

 RED value IS 140 (55.08% from 255) = 43.75%

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

 BLUE value IS 8 (3.52% from 255) = 2.5%

R = 43.75%
G = 53.75%
B = 2.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#8CAC08 (or 0x8CAC08) is known color: Citrus. HEX triplet: 8C, AC and 08. RGB value is (140,172,8). Sum of RGB (Red+Green+Blue) = 140+172+8=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC08 is #7353F7. Grayscale: #909090. Windows color (decimal): -7558136 or 568460. OLE color: 568460.

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

Color convert

RGB 140 172 8 -
CMYK 0.19 0 0.95 0.33
HSL 71.71º 0.91% 0.35% -
HSV(B) 71.71º 0.95% 0.67% -
XYZ 25.61 35.1 5.65 -
YUV 143.74 51.4 125.34 -
System Red Green Blue C M Y K H S L
Decimal 140 172 8 0.19 0 0.95 0.33 71.71 0.91 0.35
Hex 8C AC 8 13 0 5F 21 48 5B 23
Octal 214 254 10 23 0 137 41 110 133 43
Binary 10001100 10101100 1000 10011 0 1011111 100001 1001000 1011011 100011

Color Harmonies of #8CAC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC08

Black with #8CAC08

Text Example


Text Example

White with #8CAC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,8); }

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

background-color css

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

 a { background-color: rgb(140,172,8); }

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

border-color css

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

 span { border-color: rgb(140,172,8); }

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