#8CA224

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

Shades of Citron #8CA224

Tints of Citron #8CA224

Color information

#8CA224 (or 0x8CA224) is unknown color: approx Citron. HEX triplet: 8C, A2 and 24. RGB value is (140,162,36). Sum of RGB (Red+Green+Blue) = 140+162+36=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA224 is #735DDB. Grayscale: #8D8D8D. Windows color (decimal): -7560668 or 2400908. OLE color: 2400908.

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

Color convert

RGB14016236-
CMYK0.1400.780.36
HSL70.48º63.64%38.82%-
HSV(B)70.48º77.78%63.53%-
XYZ24.0531.546.49-
YUV141.0668.71127.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.42%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 36 (14.45% from 255) = 10.65%
R=41.42%
G=47.93%
B=10.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162360.1400.780.3670.4863.6438.82
Hex8CA224E04E24464027
Octal214242441601164410610047
Binary100011001010001010010011100100111010010010001101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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