Html Css Color HEX #0F944E Pigment Green

📋 copy color: '#0F944E'

red 15 ◦ green 148 ◦ blue 78

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

Shades of Pigment Green #0F944E

Tints of Pigment Green #0F944E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.37%

R = 6.22%
G = 61.41%
B = 32.37%

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

#0F944E (or 0x0F944E) is known color: Pigment Green. HEX triplet: 0F, 94 and 4E. RGB value is (15,148,78). Sum of RGB (Red+Green+Blue) = 15+148+78=241 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.22% from 241); Green value is 148 (58.20% from 255 or 61.41% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 148 - color contains mainly: green. Hex color #0F944E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F944E is #F06BB1. Grayscale: #646464. Windows color (decimal): -15756210 or 5149711. OLE color: 5149711.

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

Color convert

RGB 15 148 78 -
CMYK 0.90 0 0.47 0.42
HSL 148.42º 0.82% 0.32% -
HSV(B) 148.42º 0.9% 0.58% -
XYZ 12.16 21.83 10.78 -
YUV 100.25 115.44 67.19 -
System Red Green Blue C M Y K H S L
Decimal 15 148 78 0.90 0 0.47 0.42 148.42 0.82 0.32
Hex F 94 4E 5A 0 2F 2A 94 52 20
Octal 17 224 116 132 0 57 52 224 122 40
Binary 1111 10010100 1001110 1011010 0 101111 101010 10010100 1010010 100000

Color Harmonies of #0F944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F944E

Black with #0F944E

Text Example


Text Example

White with #0F944E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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