#0ABA2E

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

Shades of Dark Pastel Green #0ABA2E

Tints of Dark Pastel Green #0ABA2E

Color information

#0ABA2E (or 0x0ABA2E) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, BA and 2E. RGB value is (10,186,46). Sum of RGB (Red+Green+Blue) = 10+186+46=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 186 (73.05% from 255 or 76.86% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABA2E is #F545D1. Grayscale: #757575. Windows color (decimal): -16074194 or 3062282. OLE color: 3062282.

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

Color convert

RGB1018646-
CMYK0.9500.750.27
HSL132.27º89.8%38.43%-
HSV(B)132.27º94.62%72.94%-
XYZ18.1835.388.46-
YUV117.4287.6951.38-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 186 (73.05% from 255) = 76.86%
BLUE value IS 46 (18.36% from 255) = 19.01%
R=4.13%
G=76.86%
B=19.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10186460.9500.750.27132.2789.838.43
HexABA2E5F04B1B845a26
Octal122725613701133320413246
Binary10101011101010111010111110100101111011100001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,186,46); }

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

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

 a { background-color: rgb(10,186,46); }

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

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

 span { border-color: rgb(10,186,46); }

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