Html Css Color HEX #8CAB02 Citrus

📋 copy color: '#8CAB02'

red 140 ◦ green 171 ◦ blue 2

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

Shades of Citrus #8CAB02

Tints of Citrus #8CAB02

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.63%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 44.73%
G = 54.63%
B = 0.64%

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

#8CAB02 (or 0x8CAB02) is known color: Citrus. HEX triplet: 8C, AB and 02. RGB value is (140,171,2). Sum of RGB (Red+Green+Blue) = 140+171+2=313 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.73% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAB02 is #7354FD. Grayscale: #8F8F8F. Windows color (decimal): -7558398 or 174988. OLE color: 174988.

HSL color Cylindrical-coordinate representation of color #8CAB02: hue angle of 71.01º degrees, saturation: 0.98, 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 #8CAB02 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 171 2 -
CMYK 0.18 0 0.99 0.33
HSL 71.01º 0.98% 0.34% -
HSV(B) 71.01º 0.99% 0.67% -
XYZ 25.39 34.71 5.42 -
YUV 142.47 48.73 126.24 -
System Red Green Blue C M Y K H S L
Decimal 140 171 2 0.18 0 0.99 0.33 71.01 0.98 0.34
Hex 8C AB 2 12 0 63 21 47 62 22
Octal 214 253 2 22 0 143 41 107 142 42
Binary 10001100 10101011 10 10010 0 1100011 100001 1000111 1100010 100010

Color Harmonies of #8CAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB02

Black with #8CAB02

Text Example


Text Example

White with #8CAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,171,2); }

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

background-color css

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

 a { background-color: rgb(140,171,2); }

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

border-color css

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

 span { border-color: rgb(140,171,2); }

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