#0AB748

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

Shades of Dark Pastel Green #0AB748

Tints of Dark Pastel Green #0AB748

Color information

#0AB748 (or 0x0AB748) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, B7 and 48. RGB value is (10,183,72). Sum of RGB (Red+Green+Blue) = 10+183+72=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 183 (71.88% from 255 or 69.06% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB748 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB748 is #F548B7. Grayscale: #767676. Windows color (decimal): -16074936 or 4765450. OLE color: 4765450.

HSL color Cylindrical-coordinate representation of color #0AB748: hue angle of 141.5º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB748 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB1018372-
CMYK0.9500.610.28
HSL141.5º89.64%37.84%-
HSV(B)141.5º94.54%71.76%-
XYZ18.2334.411.81-
YUV118.62101.6950.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.77%
GREEN value IS 183 (71.88% from 255) = 69.06%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=3.77%
G=69.06%
B=27.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10183720.9500.610.28141.589.6437.84
HexAB7485F03D1C8e5a26
Octal122671101370753421613246
Binary10101011011110010001011111011110111100100011101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,183,72); }

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

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

 a { background-color: rgb(10,183,72); }

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

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

 span { border-color: rgb(10,183,72); }

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