#06AF3A

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

Shades of Dark Pastel Green #06AF3A

Tints of Dark Pastel Green #06AF3A

Color information

#06AF3A (or 0x06AF3A) is unknown color: approx Dark Pastel Green. HEX triplet: 06, AF and 3A. RGB value is (6,175,58). Sum of RGB (Red+Green+Blue) = 6+175+58=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AF3A is #F950C5. Grayscale: #6F6F6F. Windows color (decimal): -16339142 or 3845894. OLE color: 3845894.

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

Color convert

RGB617558-
CMYK0.9700.670.31
HSL138.46º93.37%35.49%-
HSV(B)138.46º96.57%68.63%-
XYZ16.17319.14-
YUV111.1398.0153.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 175 (68.75% from 255) = 73.22%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=2.51%
G=73.22%
B=24.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6175580.9700.670.31138.4693.3735.49
Hex6AF3A610431F8a5d23
Octal62577214101033721213543
Binary1101010111111101011000010100001111111100010101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,175,58); }

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

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

 a { background-color: rgb(6,175,58); }

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

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

 span { border-color: rgb(6,175,58); }

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