Html Css Color HEX #0FAC56 Pigment Green

📋 copy color: '#0FAC56'

red 15 ◦ green 172 ◦ blue 86

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

Shades of Pigment Green #0FAC56

Tints of Pigment Green #0FAC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.5%

R = 5.49%
G = 63%
B = 31.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.5

 K value IS 0.33

RGB Variations

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

Color information

#0FAC56 (or 0x0FAC56) is known color: Pigment Green. HEX triplet: 0F, AC and 56. RGB value is (15,172,86). Sum of RGB (Red+Green+Blue) = 15+172+86=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC56 is #F053A9. Grayscale: #737373. Windows color (decimal): -15750058 or 5680143. OLE color: 5680143.

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

Color convert

RGB 15 172 86 -
CMYK 0.91 0 0.5 0.33
HSL 147.13º 0.84% 0.37% -
HSV(B) 147.13º 0.91% 0.67% -
XYZ 16.63 30.28 13.77 -
YUV 115.25 111.49 56.49 -
System Red Green Blue C M Y K H S L
Decimal 15 172 86 0.91 0 0.5 0.33 147.13 0.84 0.37
Hex F AC 56 5B 0 32 21 93 54 25
Octal 17 254 126 133 0 62 41 223 124 45
Binary 1111 10101100 1010110 1011011 0 110010 100001 10010011 1010100 100101

Color Harmonies of #0FAC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC56

Black with #0FAC56

Text Example


Text Example

White with #0FAC56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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