Html Css Color HEX #0FAC5B Pigment Green

📋 copy color: '#0FAC5B'

red 15 ◦ green 172 ◦ blue 91

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

Shades of Pigment Green #0FAC5B

Tints of Pigment Green #0FAC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 5.4%
G = 61.87%
B = 32.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#0FAC5B (or 0x0FAC5B) is known color: Pigment Green. HEX triplet: 0F, AC and 5B. RGB value is (15,172,91). Sum of RGB (Red+Green+Blue) = 15+172+91=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 172 (67.58% from 255 or 61.87% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC5B is #F053A4. Grayscale: #737373. Windows color (decimal): -15750053 or 6007823. OLE color: 6007823.

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

Color convert

RGB 15 172 91 -
CMYK 0.91 0 0.47 0.33
HSL 149.04º 0.84% 0.37% -
HSV(B) 149.04º 0.91% 0.67% -
XYZ 16.84 30.36 14.87 -
YUV 115.82 113.99 56.09 -
System Red Green Blue C M Y K H S L
Decimal 15 172 91 0.91 0 0.47 0.33 149.04 0.84 0.37
Hex F AC 5B 5B 0 2F 21 95 54 25
Octal 17 254 133 133 0 57 41 225 124 45
Binary 1111 10101100 1011011 1011011 0 101111 100001 10010101 1010100 100101

Color Harmonies of #0FAC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC5B

Black with #0FAC5B

Text Example


Text Example

White with #0FAC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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