#8CA209

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

Shades of Citron #8CA209

Tints of Citron #8CA209

Color information

#8CA209 (or 0x8CA209) is unknown color: approx Citron. HEX triplet: 8C, A2 and 09. RGB value is (140,162,9). Sum of RGB (Red+Green+Blue) = 140+162+9=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA209 is #735DF6. Grayscale: #8A8A8A. Windows color (decimal): -7560695 or 631436. OLE color: 631436.

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

Color convert

RGB1401629-
CMYK0.1400.940.36
HSL68.63º89.47%33.53%-
HSV(B)68.63º94.44%63.53%-
XYZ23.7831.445.07-
YUV137.9855.21129.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.02%
GREEN value IS 162 (63.67% from 255) = 52.09%
BLUE value IS 9 (3.91% from 255) = 2.89%
R=45.02%
G=52.09%
B=2.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14016290.1400.940.3668.6389.4733.53
Hex8CA29E05E24455922
Octal214242111601364410513142
Binary1000110010100010100111100101111010010010001011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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