#06AC32

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

Shades of Dark Pastel Green #06AC32

Tints of Dark Pastel Green #06AC32

Color information

#06AC32 (or 0x06AC32) is unknown color: approx Dark Pastel Green. HEX triplet: 06, AC and 32. RGB value is (6,172,50). Sum of RGB (Red+Green+Blue) = 6+172+50=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 172 (67.58% from 255 or 75.44% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AC32 is #F953CD. Grayscale: #6C6C6C. Windows color (decimal): -16339918 or 3320838. OLE color: 3320838.

HSL color Cylindrical-coordinate representation of color #06AC32: hue angle of 135.9º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AC32 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB617250-
CMYK0.9700.710.33
HSL135.9º93.26%34.9%-
HSV(B)135.9º96.51%67.45%-
XYZ15.429.777.95-
YUV108.469554.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.63%
GREEN value IS 172 (67.58% from 255) = 75.44%
BLUE value IS 50 (19.92% from 255) = 21.93%
R=2.63%
G=75.44%
B=21.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6172500.9700.710.33135.993.2634.9
Hex6AC326104721885d23
Octal62546214101074121013543
Binary11010101100110010110000101000111100001100010001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,172,50); }

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

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

 a { background-color: rgb(6,172,50); }

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

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

 span { border-color: rgb(6,172,50); }

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