Html Css Color HEX #0FAB31 Dark Pastel Green

📋 copy color: '#0FAB31'

red 15 ◦ green 171 ◦ blue 49

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

Shades of Dark Pastel Green #0FAB31

Tints of Dark Pastel Green #0FAB31

RGB

 RED value IS 15 (6.25% from 255) = 6.38%

 GREEN value IS 171 (67.19% from 255) = 72.77%

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

R = 6.38%
G = 72.77%
B = 20.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#0FAB31 (or 0x0FAB31) is known color: Dark Pastel Green. HEX triplet: 0F, AB and 31. RGB value is (15,171,49). Sum of RGB (Red+Green+Blue) = 15+171+49=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 171 (67.19% from 255 or 72.77% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAB31 is #F054CE. Grayscale: #6E6E6E. Windows color (decimal): -15750351 or 3255055. OLE color: 3255055.

HSL color Cylindrical-coordinate representation of color #0FAB31: hue angle of 133.08º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAB31 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 171 49 -
CMYK 0.91 0 0.71 0.33
HSL 133.08º 0.84% 0.36% -
HSV(B) 133.08º 0.91% 0.67% -
XYZ 15.31 29.45 7.78 -
YUV 110.45 93.32 59.92 -
System Red Green Blue C M Y K H S L
Decimal 15 171 49 0.91 0 0.71 0.33 133.08 0.84 0.36
Hex F AB 31 5B 0 47 21 85 54 24
Octal 17 253 61 133 0 107 41 205 124 44
Binary 1111 10101011 110001 1011011 0 1000111 100001 10000101 1010100 100100

Color Harmonies of #0FAB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAB31

Black with #0FAB31

Text Example


Text Example

White with #0FAB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,171,49); }

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

background-color css

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

 a { background-color: rgb(15,171,49); }

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

border-color css

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

 span { border-color: rgb(15,171,49); }

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