Html Css Color HEX #0FA04F Pigment Green

📋 copy color: '#0FA04F'

red 15 ◦ green 160 ◦ blue 79

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

Shades of Pigment Green #0FA04F

Tints of Pigment Green #0FA04F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 62.99%

 BLUE value IS 79 (31.25% from 255) = 31.1%

R = 5.91%
G = 62.99%
B = 31.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#0FA04F (or 0x0FA04F) is known color: Pigment Green. HEX triplet: 0F, A0 and 4F. RGB value is (15,160,79). Sum of RGB (Red+Green+Blue) = 15+160+79=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA04F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA04F is #F05FB0. Grayscale: #6B6B6B. Windows color (decimal): -15753137 or 5218319. OLE color: 5218319.

HSL color Cylindrical-coordinate representation of color #0FA04F: hue angle of 146.48º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA04F is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 15 160 79 -
CMYK 0.91 0 0.51 0.37
HSL 146.48º 0.83% 0.34% -
HSV(B) 146.48º 0.91% 0.63% -
XYZ 14.18 25.81 11.63 -
YUV 107.41 111.96 62.09 -
System Red Green Blue C M Y K H S L
Decimal 15 160 79 0.91 0 0.51 0.37 146.48 0.83 0.34
Hex F A0 4F 5B 0 33 25 92 53 22
Octal 17 240 117 133 0 63 45 222 123 42
Binary 1111 10100000 1001111 1011011 0 110011 100101 10010010 1010011 100010

Color Harmonies of #0FA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA04F

Black with #0FA04F

Text Example


Text Example

White with #0FA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,160,79); }

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

background-color css

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

 a { background-color: rgb(15,160,79); }

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

border-color css

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

 span { border-color: rgb(15,160,79); }

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