Html Css Color HEX #8CAA00 Citrus

📋 copy color: '#8CAA00'

red 140 ◦ green 170 ◦ blue 0

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

Shades of Citrus #8CAA00

Tints of Citrus #8CAA00

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.16%
G = 54.84%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#8CAA00 (or 0x8CAA00) is known color: Citrus. HEX triplet: 8C, AA and 00. RGB value is (140,170,0). Sum of RGB (Red+Green+Blue) = 140+170+0=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAA00 is #7355FF. Grayscale: #8E8E8E. Windows color (decimal): -7558656 or 43660. OLE color: 43660.

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

Color convert

RGB 140 170 0 -
CMYK 0.18 0 1 0.33
HSL 70.59º 1% 0.33% -
HSV(B) 70.59º 1% 0.67% -
XYZ 25.19 34.32 5.3 -
YUV 141.65 48.06 126.82 -
System Red Green Blue C M Y K H S L
Decimal 140 170 0 0.18 0 1 0.33 70.59 1 0.33
Hex 8C AA 0 12 0 64 21 47 64 21
Octal 214 252 0 22 0 144 41 107 144 41
Binary 10001100 10101010 0 10010 0 1100100 100001 1000111 1100100 100001

Color Harmonies of #8CAA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA00

Black with #8CAA00

Text Example


Text Example

White with #8CAA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,170,0); }

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

background-color css

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

 a { background-color: rgb(140,170,0); }

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

border-color css

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

 span { border-color: rgb(140,170,0); }

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