Html Css Color HEX #0FAC58 Pigment Green

📋 copy color: '#0FAC58'

red 15 ◦ green 172 ◦ blue 88

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

Shades of Pigment Green #0FAC58

Tints of Pigment Green #0FAC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32%

R = 5.45%
G = 62.55%
B = 32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#0FAC58 (or 0x0FAC58) is known color: Pigment Green. HEX triplet: 0F, AC and 58. RGB value is (15,172,88). Sum of RGB (Red+Green+Blue) = 15+172+88=275 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.45% from 275); Green value is 172 (67.58% from 255 or 62.55% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC58 is #F053A7. Grayscale: #737373. Windows color (decimal): -15750056 or 5811215. OLE color: 5811215.

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

Color convert

RGB 15 172 88 -
CMYK 0.91 0 0.49 0.33
HSL 147.9º 0.84% 0.37% -
HSV(B) 147.9º 0.91% 0.67% -
XYZ 16.71 30.31 14.2 -
YUV 115.48 112.49 56.33 -
System Red Green Blue C M Y K H S L
Decimal 15 172 88 0.91 0 0.49 0.33 147.9 0.84 0.37
Hex F AC 58 5B 0 31 21 94 54 25
Octal 17 254 130 133 0 61 41 224 124 45
Binary 1111 10101100 1011000 1011011 0 110001 100001 10010100 1010100 100101

Color Harmonies of #0FAC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC58

Black with #0FAC58

Text Example


Text Example

White with #0FAC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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