Html Css Color HEX #0ABA18 Dark Pastel Green

📋 copy color: '#0ABA18'

red 10 ◦ green 186 ◦ blue 24

#0ABA18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0ABA18

Tints of Dark Pastel Green #0ABA18

RGB

 RED value IS 10 (4.3% from 255) = 4.55%

 GREEN value IS 186 (73.05% from 255) = 84.55%

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 4.55%
G = 84.55%
B = 10.91%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#0ABA18 (or 0x0ABA18) is known color: Dark Pastel Green. HEX triplet: 0A, BA and 18. RGB value is (10,186,24). Sum of RGB (Red+Green+Blue) = 10+186+24=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 186 (73.05% from 255 or 84.55% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABA18 is #F545E7. Grayscale: #737373. Windows color (decimal): -16074216 or 1620490. OLE color: 1620490.

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

Color convert

RGB 10 186 24 -
CMYK 0.95 0 0.87 0.27
HSL 124.77º 0.9% 0.38% -
HSV(B) 124.77º 0.95% 0.73% -
XYZ 17.85 35.25 6.73 -
YUV 114.91 76.69 53.17 -
System Red Green Blue C M Y K H S L
Decimal 10 186 24 0.95 0 0.87 0.27 124.77 0.9 0.38
Hex A BA 18 5F 0 57 1B 7D 5A 26
Octal 12 272 30 137 0 127 33 175 132 46
Binary 1010 10111010 11000 1011111 0 1010111 11011 1111101 1011010 100110

Color Harmonies of #0ABA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABA18

Black with #0ABA18

Text Example


Text Example

White with #0ABA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0ABA18;
 }
 .AnyTagClassName
 {
   color: #0ABA18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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