Html Css Color HEX #0FAF49 Pigment Green

📋 copy color: '#0FAF49'

red 15 ◦ green 175 ◦ blue 73

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

Shades of Pigment Green #0FAF49

Tints of Pigment Green #0FAF49

RGB

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

 GREEN value IS 175 (68.75% from 255) = 66.54%

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 5.7%
G = 66.54%
B = 27.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#0FAF49 (or 0x0FAF49) is known color: Pigment Green. HEX triplet: 0F, AF and 49. RGB value is (15,175,73). Sum of RGB (Red+Green+Blue) = 15+175+73=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 175 (68.75% from 255 or 66.54% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF49 is #F050B6. Grayscale: #737373. Windows color (decimal): -15749303 or 4828943. OLE color: 4828943.

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

Color convert

RGB 15 175 73 -
CMYK 0.91 0 0.58 0.31
HSL 141.75º 0.84% 0.37% -
HSV(B) 141.75º 0.91% 0.69% -
XYZ 16.73 31.24 11.45 -
YUV 115.53 103.99 56.29 -
System Red Green Blue C M Y K H S L
Decimal 15 175 73 0.91 0 0.58 0.31 141.75 0.84 0.37
Hex F AF 49 5B 0 3A 1F 8E 54 25
Octal 17 257 111 133 0 72 37 216 124 45
Binary 1111 10101111 1001001 1011011 0 111010 11111 10001110 1010100 100101

Color Harmonies of #0FAF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAF49

Black with #0FAF49

Text Example


Text Example

White with #0FAF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,175,73); }

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

background-color css

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

 a { background-color: rgb(15,175,73); }

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

border-color css

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

 span { border-color: rgb(15,175,73); }

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