#06AE2B

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

Shades of Dark Pastel Green #06AE2B

Tints of Dark Pastel Green #06AE2B

Color information

#06AE2B (or 0x06AE2B) is unknown color: approx Dark Pastel Green. HEX triplet: 06, AE and 2B. RGB value is (6,174,43). Sum of RGB (Red+Green+Blue) = 6+174+43=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 174 (68.36% from 255 or 78.03% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 174 - color contains mainly: green. Hex color #06AE2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AE2B is #F951D4. Grayscale: #6D6D6D. Windows color (decimal): -16339413 or 2862598. OLE color: 2862598.

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

Color convert

RGB617443-
CMYK0.9700.750.32
HSL133.21º93.33%35.29%-
HSV(B)133.21º96.55%68.24%-
XYZ15.6530.497.35-
YUV108.8390.8454.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.69%
GREEN value IS 174 (68.36% from 255) = 78.03%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=2.69%
G=78.03%
B=19.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6174430.9700.750.32133.2193.3335.29
Hex6AE2B6104B20855d23
Octal62565314101134020513543
Binary11010101110101011110000101001011100000100001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,174,43); }

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

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

 a { background-color: rgb(6,174,43); }

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

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

 span { border-color: rgb(6,174,43); }

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