#0AB13D

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

Shades of Dark Pastel Green #0AB13D

Tints of Dark Pastel Green #0AB13D

Color information

#0AB13D (or 0x0AB13D) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, B1 and 3D. RGB value is (10,177,61). Sum of RGB (Red+Green+Blue) = 10+177+61=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 177 (69.53% from 255 or 71.37% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 177 - color contains mainly: green. Hex color #0AB13D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AB13D is #F54EC2. Grayscale: #727272. Windows color (decimal): -16076483 or 4043018. OLE color: 4043018.

HSL color Cylindrical-coordinate representation of color #0AB13D: hue angle of 138.32º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB13D is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1017761-
CMYK0.9400.660.31
HSL138.32º89.3%36.67%-
HSV(B)138.32º94.35%69.41%-
XYZ16.6931.859.68-
YUV113.8498.1753.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 177 (69.53% from 255) = 71.37%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=4.03%
G=71.37%
B=24.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10177610.9400.660.31138.3289.336.67
HexAB13D5E0421F8a5925
Octal122617513601023721213145
Binary10101011000111110110111100100001011111100010101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,177,61); }

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

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

 a { background-color: rgb(10,177,61); }

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

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

 span { border-color: rgb(10,177,61); }

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