Html Css Color HEX #8CA200 Citrus

📋 copy color: '#8CA200'

red 140 ◦ green 162 ◦ blue 0

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

Shades of Citrus #8CA200

Tints of Citrus #8CA200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.64%

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

R = 46.36%
G = 53.64%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#8CA200 (or 0x8CA200) is known color: Citrus. HEX triplet: 8C, A2 and 00. RGB value is (140,162,0). Sum of RGB (Red+Green+Blue) = 140+162+0=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 162 (63.67% from 255 or 53.64% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA200 is #735DFF. Grayscale: #898989. Windows color (decimal): -7560704 or 41612. OLE color: 41612.

HSL color Cylindrical-coordinate representation of color #8CA200: hue angle of 68.15º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CA200 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 162 0 -
CMYK 0.14 0 1 0.36
HSL 68.15º 1% 0.32% -
HSV(B) 68.15º 1% 0.64% -
XYZ 23.74 31.42 4.81 -
YUV 136.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 140 162 0 0.14 0 1 0.36 68.15 1 0.32
Hex 8C A2 0 E 0 64 24 44 64 20
Octal 214 242 0 16 0 144 44 104 144 40
Binary 10001100 10100010 0 1110 0 1100100 100100 1000100 1100100 100000

Color Harmonies of #8CA200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA200

Black with #8CA200

Text Example


Text Example

White with #8CA200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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