Html Css Color HEX #8CA00A Citron

📋 copy color: '#8CA00A'

red 140 ◦ green 160 ◦ blue 10

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

Shades of Citron #8CA00A

Tints of Citron #8CA00A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.61%

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 45.16%
G = 51.61%
B = 3.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#8CA00A (or 0x8CA00A) is known color: Citron. HEX triplet: 8C, A0 and 0A. RGB value is (140,160,10). Sum of RGB (Red+Green+Blue) = 140+160+10=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA00A is #735FF5. Grayscale: #898989. Windows color (decimal): -7561206 or 696460. OLE color: 696460.

HSL color Cylindrical-coordinate representation of color #8CA00A: hue angle of 68º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CA00A is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 160 10 -
CMYK 0.12 0 0.94 0.37
HSL 68º 0.88% 0.33% -
HSV(B) 68º 0.94% 0.63% -
XYZ 23.44 30.74 4.98 -
YUV 136.92 56.37 130.2 -
System Red Green Blue C M Y K H S L
Decimal 140 160 10 0.12 0 0.94 0.37 68 0.88 0.33
Hex 8C A0 A C 0 5E 25 44 58 21
Octal 214 240 12 14 0 136 45 104 130 41
Binary 10001100 10100000 1010 1100 0 1011110 100101 1000100 1011000 100001

Color Harmonies of #8CA00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA00A

Black with #8CA00A

Text Example


Text Example

White with #8CA00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,160,10); }

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

background-color css

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

 a { background-color: rgb(140,160,10); }

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

border-color css

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

 span { border-color: rgb(140,160,10); }

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