Html Css Color HEX #0ABF31 Dark Pastel Green

📋 copy color: '#0ABF31'

red 10 ◦ green 191 ◦ blue 49

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

Shades of Dark Pastel Green #0ABF31

Tints of Dark Pastel Green #0ABF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.6%

R = 4%
G = 76.4%
B = 19.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#0ABF31 (or 0x0ABF31) is known color: Dark Pastel Green. HEX triplet: 0A, BF and 31. RGB value is (10,191,49). Sum of RGB (Red+Green+Blue) = 10+191+49=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 191 (75% from 255 or 76.4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABF31 is #F540CE. Grayscale: #797979. Windows color (decimal): -16072911 or 3260170. OLE color: 3260170.

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

Color convert

RGB 10 191 49 -
CMYK 0.95 0 0.74 0.25
HSL 132.93º 0.9% 0.39% -
HSV(B) 132.93º 0.95% 0.75% -
XYZ 19.31 37.55 9.14 -
YUV 120.69 87.53 49.05 -
System Red Green Blue C M Y K H S L
Decimal 10 191 49 0.95 0 0.74 0.25 132.93 0.9 0.39
Hex A BF 31 5F 0 4A 19 85 5A 27
Octal 12 277 61 137 0 112 31 205 132 47
Binary 1010 10111111 110001 1011111 0 1001010 11001 10000101 1011010 100111

Color Harmonies of #0ABF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF31

Black with #0ABF31

Text Example


Text Example

White with #0ABF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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