#0AB745

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

Shades of Dark Pastel Green #0AB745

Tints of Dark Pastel Green #0AB745

Color information

#0AB745 (or 0x0AB745) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, B7 and 45. RGB value is (10,183,69). Sum of RGB (Red+Green+Blue) = 10+183+69=262 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.82% from 262); Green value is 183 (71.88% from 255 or 69.85% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB745 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB745 is #F548BA. Grayscale: #767676. Windows color (decimal): -16074939 or 4568842. OLE color: 4568842.

HSL color Cylindrical-coordinate representation of color #0AB745: hue angle of 140.46º 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 #0AB745 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB1018369-
CMYK0.9500.620.28
HSL140.46º89.64%37.84%-
HSV(B)140.46º94.54%71.76%-
XYZ18.1334.3611.31-
YUV118.28100.1950.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.82%
GREEN value IS 183 (71.88% from 255) = 69.85%
BLUE value IS 69 (27.34% from 255) = 26.34%
R=3.82%
G=69.85%
B=26.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10183690.9500.620.28140.4689.6437.84
HexAB7455F03E1C8c5a26
Octal122671051370763421413246
Binary10101011011110001011011111011111011100100011001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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