Html Css Color HEX #0FAC55 Pigment Green

📋 copy color: '#0FAC55'

red 15 ◦ green 172 ◦ blue 85

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

Shades of Pigment Green #0FAC55

Tints of Pigment Green #0FAC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.25%

R = 5.51%
G = 63.24%
B = 31.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#0FAC55 (or 0x0FAC55) is known color: Pigment Green. HEX triplet: 0F, AC and 55. RGB value is (15,172,85). Sum of RGB (Red+Green+Blue) = 15+172+85=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 172 (67.58% from 255 or 63.24% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC55 is #F053AA. Grayscale: #737373. Windows color (decimal): -15750059 or 5614607. OLE color: 5614607.

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

Color convert

RGB 15 172 85 -
CMYK 0.91 0 0.51 0.33
HSL 146.75º 0.84% 0.37% -
HSV(B) 146.75º 0.91% 0.67% -
XYZ 16.59 30.26 13.56 -
YUV 115.14 110.99 56.57 -
System Red Green Blue C M Y K H S L
Decimal 15 172 85 0.91 0 0.51 0.33 146.75 0.84 0.37
Hex F AC 55 5B 0 33 21 93 54 25
Octal 17 254 125 133 0 63 41 223 124 45
Binary 1111 10101100 1010101 1011011 0 110011 100001 10010011 1010100 100101

Color Harmonies of #0FAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC55

Black with #0FAC55

Text Example


Text Example

White with #0FAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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