Html Css Color HEX #0ABA25 Dark Pastel Green

📋 copy color: '#0ABA25'

red 10 ◦ green 186 ◦ blue 37

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

Shades of Dark Pastel Green #0ABA25

Tints of Dark Pastel Green #0ABA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 4.29%
G = 79.83%
B = 15.88%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#0ABA25 (or 0x0ABA25) is known color: Dark Pastel Green. HEX triplet: 0A, BA and 25. RGB value is (10,186,37). Sum of RGB (Red+Green+Blue) = 10+186+37=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABA25 is #F545DA. Grayscale: #747474. Windows color (decimal): -16074203 or 2472458. OLE color: 2472458.

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

Color convert

RGB 10 186 37 -
CMYK 0.95 0 0.80 0.27
HSL 129.2º 0.9% 0.38% -
HSV(B) 129.2º 0.95% 0.73% -
XYZ 18.02 35.32 7.62 -
YUV 116.39 83.19 52.12 -
System Red Green Blue C M Y K H S L
Decimal 10 186 37 0.95 0 0.80 0.27 129.2 0.9 0.38
Hex A BA 25 5F 0 50 1B 81 5A 26
Octal 12 272 45 137 0 120 33 201 132 46
Binary 1010 10111010 100101 1011111 0 1010000 11011 10000001 1011010 100110

Color Harmonies of #0ABA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABA25

Black with #0ABA25

Text Example


Text Example

White with #0ABA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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