Html Css Color HEX #0FAC5D Pigment Green

📋 copy color: '#0FAC5D'

red 15 ◦ green 172 ◦ blue 93

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

Shades of Pigment Green #0FAC5D

Tints of Pigment Green #0FAC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 5.36%
G = 61.43%
B = 33.21%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#0FAC5D (or 0x0FAC5D) is known color: Pigment Green. HEX triplet: 0F, AC and 5D. RGB value is (15,172,93). Sum of RGB (Red+Green+Blue) = 15+172+93=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC5D is #F053A2. Grayscale: #747474. Windows color (decimal): -15750051 or 6138895. OLE color: 6138895.

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

Color convert

RGB 15 172 93 -
CMYK 0.91 0 0.46 0.33
HSL 149.81º 0.84% 0.37% -
HSV(B) 149.81º 0.91% 0.67% -
XYZ 16.93 30.4 15.33 -
YUV 116.05 114.99 55.92 -
System Red Green Blue C M Y K H S L
Decimal 15 172 93 0.91 0 0.46 0.33 149.81 0.84 0.37
Hex F AC 5D 5B 0 2E 21 96 54 25
Octal 17 254 135 133 0 56 41 226 124 45
Binary 1111 10101100 1011101 1011011 0 101110 100001 10010110 1010100 100101

Color Harmonies of #0FAC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAC5D

Black with #0FAC5D

Text Example


Text Example

White with #0FAC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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