#8CA026

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

Shades of Citron #8CA026

Tints of Citron #8CA026

Color information

#8CA026 (or 0x8CA026) is unknown color: approx Citron. HEX triplet: 8C, A0 and 26. RGB value is (140,160,38). Sum of RGB (Red+Green+Blue) = 140+160+38=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA026 is #735FD9. Grayscale: #8C8C8C. Windows color (decimal): -7561178 or 2531468. OLE color: 2531468.

HSL color Cylindrical-coordinate representation of color #8CA026: hue angle of 69.84º degrees, saturation: 0.62, 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 #8CA026 is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB14016038-
CMYK0.1200.760.37
HSL69.84º61.62%38.82%-
HSV(B)69.84º76.25%62.75%-
XYZ23.7430.866.54-
YUV140.1170.37127.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.42%
GREEN value IS 160 (62.89% from 255) = 47.34%
BLUE value IS 38 (15.23% from 255) = 11.24%
R=41.42%
G=47.34%
B=11.24%

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
Decimal140160380.1200.760.3769.8461.6238.82
Hex8CA026C04C25463e27
Octal21424046140114451067647
Binary10001100101000001001101100010011001001011000110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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