Html Css Color HEX #8CAA01 Citrus

📋 copy color: '#8CAA01'

red 140 ◦ green 170 ◦ blue 1

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

Shades of Citrus #8CAA01

Tints of Citrus #8CAA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 45.02%
G = 54.66%
B = 0.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#8CAA01 (or 0x8CAA01) is known color: Citrus. HEX triplet: 8C, AA and 01. RGB value is (140,170,1). Sum of RGB (Red+Green+Blue) = 140+170+1=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAA01 is #7355FE. Grayscale: #8E8E8E. Windows color (decimal): -7558655 or 109196. OLE color: 109196.

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

Color convert

RGB 140 170 1 -
CMYK 0.18 0 0.99 0.33
HSL 70.65º 0.99% 0.34% -
HSV(B) 70.65º 0.99% 0.67% -
XYZ 25.2 34.33 5.33 -
YUV 141.76 48.56 126.74 -
System Red Green Blue C M Y K H S L
Decimal 140 170 1 0.18 0 0.99 0.33 70.65 0.99 0.34
Hex 8C AA 1 12 0 63 21 47 63 22
Octal 214 252 1 22 0 143 41 107 143 42
Binary 10001100 10101010 1 10010 0 1100011 100001 1000111 1100011 100010

Color Harmonies of #8CAA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAA01

Black with #8CAA01

Text Example


Text Example

White with #8CAA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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