#0AAB3F

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

Shades of Dark Pastel Green #0AAB3F

Tints of Dark Pastel Green #0AAB3F

Color information

#0AAB3F (or 0x0AAB3F) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, AB and 3F. RGB value is (10,171,63). Sum of RGB (Red+Green+Blue) = 10+171+63=244 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.10% from 244); Green value is 171 (67.19% from 255 or 70.08% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAB3F is #F554C0. Grayscale: #6E6E6E. Windows color (decimal): -16078017 or 4172554. OLE color: 4172554.

HSL color Cylindrical-coordinate representation of color #0AAB3F: hue angle of 139.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAB3F is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1017163-
CMYK0.9400.630.33
HSL139.75º88.95%35.49%-
HSV(B)139.75º94.15%67.06%-
XYZ15.5929.559.58-
YUV110.55101.1656.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.10%
GREEN value IS 171 (67.19% from 255) = 70.08%
BLUE value IS 63 (25% from 255) = 25.82%
R=4.10%
G=70.08%
B=25.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10171630.9400.630.33139.7588.9535.49
HexAAB3F5E03F218c5923
Octal12253771360774121413143
Binary10101010101111111110111100111111100001100011001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AAB3F; }

 p { color: rgb(10,171,63); }

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

<style>
 a { background-color: #0AAB3F; }

 a { background-color: rgb(10,171,63); }

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

<style>
 span { border-color: #0AAB3F; }

 span { border-color: rgb(10,171,63); }

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