Html Css Color HEX #0F944F Pigment Green

📋 copy color: '#0F944F'

red 15 ◦ green 148 ◦ blue 79

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

Shades of Pigment Green #0F944F

Tints of Pigment Green #0F944F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.16%

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

R = 6.2%
G = 61.16%
B = 32.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#0F944F (or 0x0F944F) is known color: Pigment Green. HEX triplet: 0F, 94 and 4F. RGB value is (15,148,79). Sum of RGB (Red+Green+Blue) = 15+148+79=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #0F944F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F944F is #F06BB0. Grayscale: #646464. Windows color (decimal): -15756209 or 5215247. OLE color: 5215247.

HSL color Cylindrical-coordinate representation of color #0F944F: hue angle of 148.87º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F944F is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 148 79 -
CMYK 0.90 0 0.47 0.42
HSL 148.87º 0.82% 0.32% -
HSV(B) 148.87º 0.9% 0.58% -
XYZ 12.2 21.85 10.97 -
YUV 100.37 115.94 67.11 -
System Red Green Blue C M Y K H S L
Decimal 15 148 79 0.90 0 0.47 0.42 148.87 0.82 0.32
Hex F 94 4F 5A 0 2F 2A 95 52 20
Octal 17 224 117 132 0 57 52 225 122 40
Binary 1111 10010100 1001111 1011010 0 101111 101010 10010101 1010010 100000

Color Harmonies of #0F944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F944F

Black with #0F944F

Text Example


Text Example

White with #0F944F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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