#126005

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

Shades of Green #126005

Tints of Green #126005

Color information

#126005 (or 0x126005) is unknown color: approx Green. HEX triplet: 12, 60 and 05. RGB value is (18,96,5). Sum of RGB (Red+Green+Blue) = 18+96+5=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #126005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126005 is #ED9FFA. Grayscale: #3E3E3E. Windows color (decimal): -15572987 or 352274. OLE color: 352274.

HSL color Cylindrical-coordinate representation of color #126005: hue angle of 111.43º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #126005 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB18965-
CMYK0.8100.950.62
HSL111.43º90.1%19.8%-
HSV(B)111.43º94.79%37.65%-
XYZ4.468.511.55-
YUV62.395.6696.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 96 (37.89% from 255) = 80.67%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=15.13%
G=80.67%
B=4.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal189650.8100.950.62111.4390.119.8
Hex126055105F3E6f5a14
Octal22140512101377615713224
Binary1001011000001011010001010111111111101101111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126005; }

 p { color: rgb(18,96,5); }

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

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

 a { background-color: rgb(18,96,5); }

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

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

 span { border-color: rgb(18,96,5); }

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