#126E01

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

Shades of Green #126E01

Tints of Green #126E01

Color information

#126E01 (or 0x126E01) is unknown color: approx Green. HEX triplet: 12, 6E and 01. RGB value is (18,110,1). Sum of RGB (Red+Green+Blue) = 18+110+1=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 110 (43.36% from 255 or 85.27% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 110 - color contains mainly: green. Hex color #126E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126E01 is #ED91FE. Grayscale: #464646. Windows color (decimal): -15569407 or 93714. OLE color: 93714.

HSL color Cylindrical-coordinate representation of color #126E01: hue angle of 110.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #126E01 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB181101-
CMYK0.8400.990.57
HSL110.64º98.2%21.76%-
HSV(B)110.64º99.09%43.14%-
XYZ5.8311.281.9-
YUV70.0789.0290.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 110 (43.36% from 255) = 85.27%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=13.95%
G=85.27%
B=0.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1811010.8400.990.57110.6498.221.76
Hex126E154063396f6216
Octal22156112401437115714226
Binary10010110111011010100011000111110011101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126E01; }

 p { color: rgb(18,110,1); }

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

<style>
 a { background-color: #126E01; }

 a { background-color: rgb(18,110,1); }

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

<style>
 span { border-color: #126E01; }

 span { border-color: rgb(18,110,1); }

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