Html Css Color HEX #8CAC05 Citrus

📋 copy color: '#8CAC05'

red 140 ◦ green 172 ◦ blue 5

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

Shades of Citrus #8CAC05

Tints of Citrus #8CAC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 44.16%
G = 54.26%
B = 1.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#8CAC05 (or 0x8CAC05) is known color: Citrus. HEX triplet: 8C, AC and 05. RGB value is (140,172,5). Sum of RGB (Red+Green+Blue) = 140+172+5=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC05 is #7353FA. Grayscale: #909090. Windows color (decimal): -7558139 or 371852. OLE color: 371852.

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

Color convert

RGB 140 172 5 -
CMYK 0.19 0 0.97 0.33
HSL 71.5º 0.94% 0.35% -
HSV(B) 71.5º 0.97% 0.67% -
XYZ 25.6 35.09 5.57 -
YUV 143.39 49.9 125.58 -
System Red Green Blue C M Y K H S L
Decimal 140 172 5 0.19 0 0.97 0.33 71.5 0.94 0.35
Hex 8C AC 5 13 0 61 21 47 5E 23
Octal 214 254 5 23 0 141 41 107 136 43
Binary 10001100 10101100 101 10011 0 1100001 100001 1000111 1011110 100011

Color Harmonies of #8CAC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAC05

Black with #8CAC05

Text Example


Text Example

White with #8CAC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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