Html Css Color HEX #0FAC4F Pigment Green

📋 copy color: '#0FAC4F'

red 15 ◦ green 172 ◦ blue 79

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

Shades of Pigment Green #0FAC4F

Tints of Pigment Green #0FAC4F

RGB

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

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

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

R = 5.64%
G = 64.66%
B = 29.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#0FAC4F (or 0x0FAC4F) is known color: Pigment Green. HEX triplet: 0F, AC and 4F. RGB value is (15,172,79). Sum of RGB (Red+Green+Blue) = 15+172+79=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 172 (67.58% from 255 or 64.66% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC4F is #F053B0. Grayscale: #727272. Windows color (decimal): -15750065 or 5221391. OLE color: 5221391.

HSL color Cylindrical-coordinate representation of color #0FAC4F: hue angle of 144.46º 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 #0FAC4F is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 172 79 -
CMYK 0.91 0 0.54 0.33
HSL 144.46º 0.84% 0.37% -
HSV(B) 144.46º 0.91% 0.67% -
XYZ 16.36 30.17 12.36 -
YUV 114.46 107.99 57.06 -
System Red Green Blue C M Y K H S L
Decimal 15 172 79 0.91 0 0.54 0.33 144.46 0.84 0.37
Hex F AC 4F 5B 0 36 21 90 54 25
Octal 17 254 117 133 0 66 41 220 124 45
Binary 1111 10101100 1001111 1011011 0 110110 100001 10010000 1010100 100101

Color Harmonies of #0FAC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC4F

Black with #0FAC4F

Text Example


Text Example

White with #0FAC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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