Html Css Color HEX #0FAC31 Dark Pastel Green

📋 copy color: '#0FAC31'

red 15 ◦ green 172 ◦ blue 49

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

Shades of Dark Pastel Green #0FAC31

Tints of Dark Pastel Green #0FAC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 72.88%

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

R = 6.36%
G = 72.88%
B = 20.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#0FAC31 (or 0x0FAC31) is known color: Dark Pastel Green. HEX triplet: 0F, AC and 31. RGB value is (15,172,49). Sum of RGB (Red+Green+Blue) = 15+172+49=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 172 (67.58% from 255 or 72.88% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAC31 is #F053CE. Grayscale: #6F6F6F. Windows color (decimal): -15750095 or 3255311. OLE color: 3255311.

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

Color convert

RGB 15 172 49 -
CMYK 0.91 0 0.72 0.33
HSL 132.99º 0.84% 0.37% -
HSV(B) 132.99º 0.91% 0.67% -
XYZ 15.5 29.83 7.85 -
YUV 111.04 92.99 59.5 -
System Red Green Blue C M Y K H S L
Decimal 15 172 49 0.91 0 0.72 0.33 132.99 0.84 0.37
Hex F AC 31 5B 0 48 21 85 54 25
Octal 17 254 61 133 0 110 41 205 124 45
Binary 1111 10101100 110001 1011011 0 1001000 100001 10000101 1010100 100101

Color Harmonies of #0FAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC31

Black with #0FAC31

Text Example


Text Example

White with #0FAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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