#8CA90A

Color #8CA90A Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8CA90A

Tints of Citrus #8CA90A

Color information

#8CA90A (or 0x8CA90A) is unknown color: approx Citrus. HEX triplet: 8C, A9 and 0A. RGB value is (140,169,10). Sum of RGB (Red+Green+Blue) = 140+169+10=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 169 (66.41% from 255 or 52.98% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA90A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA90A is #7356F5. Grayscale: #8E8E8E. Windows color (decimal): -7558902 or 698764. OLE color: 698764.

HSL color Cylindrical-coordinate representation of color #8CA90A: hue angle of 70.94º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CA90A is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB14016910-
CMYK0.1700.940.34
HSL70.94º88.83%35.1%-
HSV(B)70.94º94.08%66.27%-
XYZ25.0633.975.52-
YUV142.253.39126.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.89%
GREEN value IS 169 (66.41% from 255) = 52.98%
BLUE value IS 10 (4.30% from 255) = 3.13%
R=43.89%
G=52.98%
B=3.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal140169100.1700.940.3470.9488.8335.1
Hex8CA9A1105E22475923
Octal214251122101364210713143
Binary10001100101010011010100010101111010001010001111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA90A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CA90A;
 }
 .AnyTagClassName
 {
   color: #8CA90A;
 }
</style>
background-color css

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

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

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

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

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

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