Html Css Color HEX #0ABF20 Dark Pastel Green

📋 copy color: '#0ABF20'

red 10 ◦ green 191 ◦ blue 32

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

Shades of Dark Pastel Green #0ABF20

Tints of Dark Pastel Green #0ABF20

RGB

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

 GREEN value IS 191 (75% from 255) = 81.97%

 BLUE value IS 32 (12.89% from 255) = 13.73%

R = 4.29%
G = 81.97%
B = 13.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#0ABF20 (or 0x0ABF20) is known color: Dark Pastel Green. HEX triplet: 0A, BF and 20. RGB value is (10,191,32). Sum of RGB (Red+Green+Blue) = 10+191+32=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 191 (75% from 255 or 81.97% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABF20 is #F540DF. Grayscale: #777777. Windows color (decimal): -16072928 or 2146058. OLE color: 2146058.

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

Color convert

RGB 10 191 32 -
CMYK 0.95 0 0.83 0.25
HSL 127.29º 0.9% 0.39% -
HSV(B) 127.29º 0.95% 0.75% -
XYZ 19.02 37.43 7.59 -
YUV 118.76 79.03 50.43 -
System Red Green Blue C M Y K H S L
Decimal 10 191 32 0.95 0 0.83 0.25 127.29 0.9 0.39
Hex A BF 20 5F 0 53 19 7F 5A 27
Octal 12 277 40 137 0 123 31 177 132 47
Binary 1010 10111111 100000 1011111 0 1010011 11001 1111111 1011010 100111

Color Harmonies of #0ABF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF20

Black with #0ABF20

Text Example


Text Example

White with #0ABF20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,191,32); }

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

background-color css

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

 a { background-color: rgb(10,191,32); }

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

border-color css

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

 span { border-color: rgb(10,191,32); }

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