#0AB42A

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

Shades of Dark Pastel Green #0AB42A

Tints of Dark Pastel Green #0AB42A

Color information

#0AB42A (or 0x0AB42A) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, B4 and 2A. RGB value is (10,180,42). Sum of RGB (Red+Green+Blue) = 10+180+42=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 180 (70.70% from 255 or 77.59% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 180 - color contains mainly: green. Hex color #0AB42A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AB42A is #F54BD5. Grayscale: #717171. Windows color (decimal): -16075734 or 2798602. OLE color: 2798602.

HSL color Cylindrical-coordinate representation of color #0AB42A: hue angle of 131.29º 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 #0AB42A is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB1018042-
CMYK0.9400.770.29
HSL131.29º89.47%37.25%-
HSV(B)131.29º94.44%70.59%-
XYZ16.8632.877.65-
YUV113.4487.6854.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.31%
GREEN value IS 180 (70.70% from 255) = 77.59%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=4.31%
G=77.59%
B=18.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10180420.9400.770.29131.2989.4737.25
HexAB42A5E04D1D835925
Octal122645213601153520313145
Binary10101011010010101010111100100110111101100000111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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