#8CA027

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

Shades of Citron #8CA027

Tints of Citron #8CA027

Color information

#8CA027 (or 0x8CA027) is unknown color: approx Citron. HEX triplet: 8C, A0 and 27. RGB value is (140,160,39). Sum of RGB (Red+Green+Blue) = 140+160+39=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA027 is #735FD8. Grayscale: #8C8C8C. Windows color (decimal): -7561177 or 2597004. OLE color: 2597004.

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

Color convert

RGB14016039-
CMYK0.1200.760.37
HSL69.92º60.8%39.02%-
HSV(B)69.92º75.63%62.75%-
XYZ23.7530.866.62-
YUV140.2370.87127.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.30%
GREEN value IS 160 (62.89% from 255) = 47.20%
BLUE value IS 39 (15.62% from 255) = 11.50%
R=41.30%
G=47.20%
B=11.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal140160390.1200.760.3769.9260.839.02
Hex8CA027C04C25463d27
Octal21424047140114451067547
Binary10001100101000001001111100010011001001011000110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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