#06A126

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

Shades of Dark Pastel Green #06A126

Tints of Dark Pastel Green #06A126

Color information

#06A126 (or 0x06A126) is unknown color: approx Dark Pastel Green. HEX triplet: 06, A1 and 26. RGB value is (6,161,38). Sum of RGB (Red+Green+Blue) = 6+161+38=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 161 (63.28% from 255 or 78.54% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 161 - color contains mainly: green. Hex color #06A126 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A126 is #F95ED9. Grayscale: #646464. Windows color (decimal): -16342746 or 2531590. OLE color: 2531590.

HSL color Cylindrical-coordinate representation of color #06A126: hue angle of 132.39º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A126 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB616138-
CMYK0.9600.760.37
HSL132.39º92.81%32.75%-
HSV(B)132.39º96.27%63.14%-
XYZ13.1725.676.09-
YUV100.6392.6560.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 161 (63.28% from 255) = 78.54%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=2.93%
G=78.54%
B=18.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6161380.9600.760.37132.3992.8132.75
Hex6A1266004C25845d21
Octal62414614001144520413541
Binary11010100001100110110000001001100100101100001001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06A126; }

 p { color: rgb(6,161,38); }

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

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

 a { background-color: rgb(6,161,38); }

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

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

 span { border-color: rgb(6,161,38); }

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