Html Css Color HEX #0FA331 Dark Pastel Green

📋 copy color: '#0FA331'

red 15 ◦ green 163 ◦ blue 49

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

Shades of Dark Pastel Green #0FA331

Tints of Dark Pastel Green #0FA331

RGB

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

 GREEN value IS 163 (64.06% from 255) = 71.81%

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

R = 6.61%
G = 71.81%
B = 21.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#0FA331 (or 0x0FA331) is known color: Dark Pastel Green. HEX triplet: 0F, A3 and 31. RGB value is (15,163,49). Sum of RGB (Red+Green+Blue) = 15+163+49=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 163 (64.06% from 255 or 71.81% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA331 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA331 is #F05CCE. Grayscale: #6A6A6A. Windows color (decimal): -15752399 or 3253007. OLE color: 3253007.

HSL color Cylindrical-coordinate representation of color #0FA331: hue angle of 133.78º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA331 is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 163 49 -
CMYK 0.91 0 0.70 0.36
HSL 133.78º 0.83% 0.35% -
HSV(B) 133.78º 0.91% 0.64% -
XYZ 13.85 26.52 7.29 -
YUV 105.75 95.97 63.27 -
System Red Green Blue C M Y K H S L
Decimal 15 163 49 0.91 0 0.70 0.36 133.78 0.83 0.35
Hex F A3 31 5B 0 46 24 86 53 23
Octal 17 243 61 133 0 106 44 206 123 43
Binary 1111 10100011 110001 1011011 0 1000110 100100 10000110 1010011 100011

Color Harmonies of #0FA331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA331

Black with #0FA331

Text Example


Text Example

White with #0FA331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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