Html Css Color HEX #0ABD25 Dark Pastel Green

📋 copy color: '#0ABD25'

red 10 ◦ green 189 ◦ blue 37

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

Shades of Dark Pastel Green #0ABD25

Tints of Dark Pastel Green #0ABD25

RGB

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

 GREEN value IS 189 (74.22% from 255) = 80.08%

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

R = 4.24%
G = 80.08%
B = 15.68%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#0ABD25 (or 0x0ABD25) is known color: Dark Pastel Green. HEX triplet: 0A, BD and 25. RGB value is (10,189,37). Sum of RGB (Red+Green+Blue) = 10+189+37=236 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.24% from 236); Green value is 189 (74.22% from 255 or 80.08% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABD25 is #F542DA. Grayscale: #767676. Windows color (decimal): -16073435 or 2473226. OLE color: 2473226.

HSL color Cylindrical-coordinate representation of color #0ABD25: hue angle of 129.05º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABD25 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 10 189 37 -
CMYK 0.95 0 0.80 0.26
HSL 129.05º 0.9% 0.39% -
HSV(B) 129.05º 0.95% 0.74% -
XYZ 18.66 36.59 7.83 -
YUV 118.15 82.2 50.86 -
System Red Green Blue C M Y K H S L
Decimal 10 189 37 0.95 0 0.80 0.26 129.05 0.9 0.39
Hex A BD 25 5F 0 50 1A 81 5A 27
Octal 12 275 45 137 0 120 32 201 132 47
Binary 1010 10111101 100101 1011111 0 1010000 11010 10000001 1011010 100111

Color Harmonies of #0ABD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABD25

Black with #0ABD25

Text Example


Text Example

White with #0ABD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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