Html Css Color HEX #0F974C Pigment Green

📋 copy color: '#0F974C'

red 15 ◦ green 151 ◦ blue 76

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

Shades of Pigment Green #0F974C

Tints of Pigment Green #0F974C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 6.2%
G = 62.4%
B = 31.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#0F974C (or 0x0F974C) is known color: Pigment Green. HEX triplet: 0F, 97 and 4C. RGB value is (15,151,76). Sum of RGB (Red+Green+Blue) = 15+151+76=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #0F974C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F974C is #F068B3. Grayscale: #656565. Windows color (decimal): -15755444 or 5019407. OLE color: 5019407.

HSL color Cylindrical-coordinate representation of color #0F974C: hue angle of 146.91º 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 #0F974C is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 15 151 76 -
CMYK 0.90 0 0.50 0.41
HSL 146.91º 0.82% 0.33% -
HSV(B) 146.91º 0.9% 0.59% -
XYZ 12.57 22.76 10.57 -
YUV 101.79 113.44 66.1 -
System Red Green Blue C M Y K H S L
Decimal 15 151 76 0.90 0 0.50 0.41 146.91 0.82 0.33
Hex F 97 4C 5A 0 32 29 93 52 21
Octal 17 227 114 132 0 62 51 223 122 41
Binary 1111 10010111 1001100 1011010 0 110010 101001 10010011 1010010 100001

Color Harmonies of #0F974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F974C

Black with #0F974C

Text Example


Text Example

White with #0F974C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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