Html Css Color HEX #0F9F55 Pigment Green

📋 copy color: '#0F9F55'

red 15 ◦ green 159 ◦ blue 85

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

Shades of Pigment Green #0F9F55

Tints of Pigment Green #0F9F55

RGB

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

 GREEN value IS 159 (62.5% from 255) = 61.39%

 BLUE value IS 85 (33.59% from 255) = 32.82%

R = 5.79%
G = 61.39%
B = 32.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#0F9F55 (or 0x0F9F55) is known color: Pigment Green. HEX triplet: 0F, 9F and 55. RGB value is (15,159,85). Sum of RGB (Red+Green+Blue) = 15+159+85=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 159 (62.5% from 255 or 61.39% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9F55 is #F060AA. Grayscale: #6B6B6B. Windows color (decimal): -15753387 or 5611279. OLE color: 5611279.

HSL color Cylindrical-coordinate representation of color #0F9F55: hue angle of 149.17º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9F55 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 159 85 -
CMYK 0.91 0 0.47 0.38
HSL 149.17º 0.83% 0.34% -
HSV(B) 149.17º 0.91% 0.62% -
XYZ 14.23 25.55 12.78 -
YUV 107.51 115.29 62.02 -
System Red Green Blue C M Y K H S L
Decimal 15 159 85 0.91 0 0.47 0.38 149.17 0.83 0.34
Hex F 9F 55 5B 0 2F 26 95 53 22
Octal 17 237 125 133 0 57 46 225 123 42
Binary 1111 10011111 1010101 1011011 0 101111 100110 10010101 1010011 100010

Color Harmonies of #0F9F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9F55

Black with #0F9F55

Text Example


Text Example

White with #0F9F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,159,85); }

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

background-color css

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

 a { background-color: rgb(15,159,85); }

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

border-color css

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

 span { border-color: rgb(15,159,85); }

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