#0ABA1D

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

Shades of Dark Pastel Green #0ABA1D

Tints of Dark Pastel Green #0ABA1D

Color information

#0ABA1D (or 0x0ABA1D) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, BA and 1D. RGB value is (10,186,29). Sum of RGB (Red+Green+Blue) = 10+186+29=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABA1D is #F545E2. Grayscale: #737373. Windows color (decimal): -16074211 or 1948170. OLE color: 1948170.

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

Color convert

RGB1018629-
CMYK0.9500.840.27
HSL126.48º89.8%38.43%-
HSV(B)126.48º94.62%72.94%-
XYZ17.9135.277.03-
YUV115.4879.1952.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.44%
GREEN value IS 186 (73.05% from 255) = 82.67%
BLUE value IS 29 (11.72% from 255) = 12.89%
R=4.44%
G=82.67%
B=12.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10186290.9500.840.27126.4889.838.43
HexABA1D5F0541B7e5a26
Octal122723513701243317613246
Binary101010111010111011011111010101001101111111101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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