Html Css Color HEX #0FB159 Pigment Green

📋 copy color: '#0FB159'

red 15 ◦ green 177 ◦ blue 89

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

Shades of Pigment Green #0FB159

Tints of Pigment Green #0FB159

RGB

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

 GREEN value IS 177 (69.53% from 255) = 62.99%

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 5.34%
G = 62.99%
B = 31.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#0FB159 (or 0x0FB159) is known color: Pigment Green. HEX triplet: 0F, B1 and 59. RGB value is (15,177,89). Sum of RGB (Red+Green+Blue) = 15+177+89=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB159 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB159 is #F04EA6. Grayscale: #767676. Windows color (decimal): -15748775 or 5878031. OLE color: 5878031.

HSL color Cylindrical-coordinate representation of color #0FB159: hue angle of 147.41º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB159 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 177 89 -
CMYK 0.92 0 0.50 0.31
HSL 147.41º 0.84% 0.38% -
HSV(B) 147.41º 0.92% 0.69% -
XYZ 17.72 32.27 14.75 -
YUV 118.53 111.33 54.16 -
System Red Green Blue C M Y K H S L
Decimal 15 177 89 0.92 0 0.50 0.31 147.41 0.84 0.38
Hex F B1 59 5C 0 32 1F 93 54 26
Octal 17 261 131 134 0 62 37 223 124 46
Binary 1111 10110001 1011001 1011100 0 110010 11111 10010011 1010100 100110

Color Harmonies of #0FB159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB159

Black with #0FB159

Text Example


Text Example

White with #0FB159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,177,89); }

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

background-color css

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

 a { background-color: rgb(15,177,89); }

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

border-color css

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

 span { border-color: rgb(15,177,89); }

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