#06AB1F

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

Shades of Dark Pastel Green #06AB1F

Tints of Dark Pastel Green #06AB1F

Color information

#06AB1F (or 0x06AB1F) is unknown color: approx Dark Pastel Green. HEX triplet: 06, AB and 1F. RGB value is (6,171,31). Sum of RGB (Red+Green+Blue) = 6+171+31=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 171 (67.19% from 255 or 82.21% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06AB1F is #F954E0. Grayscale: #6A6A6A. Windows color (decimal): -16340193 or 2075398. OLE color: 2075398.

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

Color convert

RGB617131-
CMYK0.9600.820.33
HSL129.09º93.22%34.71%-
HSV(B)129.09º96.49%67.06%-
XYZ14.8929.266.16-
YUV105.785.8456.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 171 (67.19% from 255) = 82.21%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=2.88%
G=82.21%
B=14.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6171310.9600.820.33129.0993.2234.71
Hex6AB1F6005221815d23
Octal62533714001224120113543
Binary1101010101111111110000001010010100001100000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,171,31); }

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

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

 a { background-color: rgb(6,171,31); }

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

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

 span { border-color: rgb(6,171,31); }

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