Html Css Color HEX #0F954C Pigment Green

📋 copy color: '#0F954C'

red 15 ◦ green 149 ◦ blue 76

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

Shades of Pigment Green #0F954C

Tints of Pigment Green #0F954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 62.08%

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

R = 6.25%
G = 62.08%
B = 31.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#0F954C (or 0x0F954C) is known color: Pigment Green. HEX triplet: 0F, 95 and 4C. RGB value is (15,149,76). Sum of RGB (Red+Green+Blue) = 15+149+76=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #0F954C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F954C is #F06AB3. Grayscale: #646464. Windows color (decimal): -15755956 or 5018895. OLE color: 5018895.

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

Color convert

RGB 15 149 76 -
CMYK 0.90 0 0.49 0.42
HSL 147.31º 0.82% 0.32% -
HSV(B) 147.31º 0.9% 0.58% -
XYZ 12.25 22.12 10.46 -
YUV 100.61 114.11 66.94 -
System Red Green Blue C M Y K H S L
Decimal 15 149 76 0.90 0 0.49 0.42 147.31 0.82 0.32
Hex F 95 4C 5A 0 31 2A 93 52 20
Octal 17 225 114 132 0 61 52 223 122 40
Binary 1111 10010101 1001100 1011010 0 110001 101010 10010011 1010010 100000

Color Harmonies of #0F954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F954C

Black with #0F954C

Text Example


Text Example

White with #0F954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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