#5E9C02

Color #5E9C02 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #5E9C02

Tints of Christi #5E9C02

Color information

#5E9C02 (or 0x5E9C02) is unknown color: approx Christi. HEX triplet: 5E, 9C and 02. RGB value is (94,156,2). Sum of RGB (Red+Green+Blue) = 94+156+2=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 156 (61.33% from 255 or 61.90% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9C02 is #A163FD. Grayscale: #787878. Windows color (decimal): -10576894 or 171102. OLE color: 171102.

HSL color Cylindrical-coordinate representation of color #5E9C02: hue angle of 84.16º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E9C02 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB941562-
CMYK0.4000.990.39
HSL84.16º97.47%30.98%-
HSV(B)84.16º98.72%61.18%-
XYZ16.5226.164.24-
YUV119.9161.46109.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.30%
GREEN value IS 156 (61.33% from 255) = 61.90%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=37.30%
G=61.90%
B=0.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9415620.4000.990.3984.1697.4730.98
Hex5E9C2280632754611f
Octal13623425001434712414137
Binary10111101001110010101000011000111001111010100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E9C02; }

 p { color: rgb(94,156,2); }

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

<style>
 a { background-color: #5E9C02; }

 a { background-color: rgb(94,156,2); }

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

<style>
 span { border-color: #5E9C02; }

 span { border-color: rgb(94,156,2); }

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