Html Css Color HEX #0F974F Pigment Green

📋 copy color: '#0F974F'

red 15 ◦ green 151 ◦ blue 79

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

Shades of Pigment Green #0F974F

Tints of Pigment Green #0F974F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 61.63%

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 6.12%
G = 61.63%
B = 32.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#0F974F (or 0x0F974F) is known color: Pigment Green. HEX triplet: 0F, 97 and 4F. RGB value is (15,151,79). Sum of RGB (Red+Green+Blue) = 15+151+79=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 151 (59.38% from 255 or 61.63% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 151 - color contains mainly: green. Hex color #0F974F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F974F is #F068B0. Grayscale: #666666. Windows color (decimal): -15755441 or 5216015. OLE color: 5216015.

HSL color Cylindrical-coordinate representation of color #0F974F: hue angle of 148.24º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F974F is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 151 79 -
CMYK 0.90 0 0.48 0.41
HSL 148.24º 0.82% 0.33% -
HSV(B) 148.24º 0.9% 0.59% -
XYZ 12.67 22.8 11.13 -
YUV 102.13 114.94 65.85 -
System Red Green Blue C M Y K H S L
Decimal 15 151 79 0.90 0 0.48 0.41 148.24 0.82 0.33
Hex F 97 4F 5A 0 30 29 94 52 21
Octal 17 227 117 132 0 60 51 224 122 41
Binary 1111 10010111 1001111 1011010 0 110000 101001 10010100 1010010 100001

Color Harmonies of #0F974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F974F

Black with #0F974F

Text Example


Text Example

White with #0F974F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,151,79); }

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

background-color css

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

 a { background-color: rgb(15,151,79); }

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

border-color css

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

 span { border-color: rgb(15,151,79); }

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