#105E02

Color #105E02 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #105E02

Tints of Green #105E02

Color information

#105E02 (or 0x105E02) is unknown color: approx Green. HEX triplet: 10, 5E and 02. RGB value is (16,94,2). Sum of RGB (Red+Green+Blue) = 16+94+2=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 94 (37.11% from 255 or 83.93% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 94 - color contains mainly: green. Hex color #105E02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #105E02 is #EFA1FD. Grayscale: #3C3C3C. Windows color (decimal): -15704574 or 155152. OLE color: 155152.

HSL color Cylindrical-coordinate representation of color #105E02: hue angle of 110.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #105E02 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.63.

Color convert

RGB16942-
CMYK0.8300.980.63
HSL110.87º95.83%18.82%-
HSV(B)110.87º97.87%36.86%-
XYZ4.238.121.4-
YUV60.1995.1696.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.29%
GREEN value IS 94 (37.11% from 255) = 83.93%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=14.29%
G=83.93%
B=1.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal169420.8300.980.63110.8795.8318.82
Hex105E2530623F6f6013
Octal20136212301427715714023
Binary100001011110101010011011000101111111101111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105E02; }

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

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

<style>
 a { background-color: #105E02; }

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

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

<style>
 span { border-color: #105E02; }

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

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