#8CA602

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

Shades of Citrus #8CA602

Tints of Citrus #8CA602

Color information

#8CA602 (or 0x8CA602) is unknown color: approx Citrus. HEX triplet: 8C, A6 and 02. RGB value is (140,166,2). Sum of RGB (Red+Green+Blue) = 140+166+2=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 166 (65.23% from 255 or 53.90% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA602 is #7359FD. Grayscale: #8C8C8C. Windows color (decimal): -7559678 or 173708. OLE color: 173708.

HSL color Cylindrical-coordinate representation of color #8CA602: hue angle of 69.51º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CA602 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB1401662-
CMYK0.1600.990.35
HSL69.51º97.62%32.94%-
HSV(B)69.51º98.8%65.1%-
XYZ24.4632.855.11-
YUV139.5350.39128.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.45%
GREEN value IS 166 (65.23% from 255) = 53.90%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=45.45%
G=53.90%
B=0.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14016620.1600.990.3569.5197.6232.94
Hex8CA621006323466221
Octal21424622001434310614241
Binary100011001010011010100000110001110001110001101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,166,2); }

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

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

 a { background-color: rgb(140,166,2); }

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

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

 span { border-color: rgb(140,166,2); }

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