#8CA205

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

Shades of Citrus #8CA205

Tints of Citrus #8CA205

Color information

#8CA205 (or 0x8CA205) is unknown color: approx Citrus. HEX triplet: 8C, A2 and 05. RGB value is (140,162,5). Sum of RGB (Red+Green+Blue) = 140+162+5=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA205 is #735DFA. Grayscale: #8A8A8A. Windows color (decimal): -7560699 or 369292. OLE color: 369292.

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

Color convert

RGB1401625-
CMYK0.1400.970.36
HSL68.41º94.01%32.75%-
HSV(B)68.41º96.91%63.53%-
XYZ23.7631.434.96-
YUV137.5253.21129.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.60%
GREEN value IS 162 (63.67% from 255) = 52.77%
BLUE value IS 5 (2.34% from 255) = 1.63%
R=45.60%
G=52.77%
B=1.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14016250.1400.970.3668.4194.0132.75
Hex8CA25E06124445e21
Octal21424251601414410413641
Binary100011001010001010111100110000110010010001001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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