#0AB445

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

Shades of Dark Pastel Green #0AB445

Tints of Dark Pastel Green #0AB445

Color information

#0AB445 (or 0x0AB445) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, B4 and 45. RGB value is (10,180,69). Sum of RGB (Red+Green+Blue) = 10+180+69=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 180 (70.70% from 255 or 69.50% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB445 is #F54BBA. Grayscale: #747474. Windows color (decimal): -16075707 or 4568074. OLE color: 4568074.

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

Color convert

RGB1018069-
CMYK0.9400.620.29
HSL140.82º89.47%37.25%-
HSV(B)140.82º94.44%70.59%-
XYZ17.5233.1411.1-
YUV116.52101.1852.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.86%
GREEN value IS 180 (70.70% from 255) = 69.50%
BLUE value IS 69 (27.34% from 255) = 26.64%
R=3.86%
G=69.50%
B=26.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10180690.9400.620.29140.8289.4737.25
HexAB4455E03E1D8d5925
Octal122641051360763521513145
Binary10101011010010001011011110011111011101100011011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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