Html Css Color HEX #0FB151 Pigment Green

📋 copy color: '#0FB151'

red 15 ◦ green 177 ◦ blue 81

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

Shades of Pigment Green #0FB151

Tints of Pigment Green #0FB151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.67%

R = 5.49%
G = 64.84%
B = 29.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#0FB151 (or 0x0FB151) is known color: Pigment Green. HEX triplet: 0F, B1 and 51. RGB value is (15,177,81). Sum of RGB (Red+Green+Blue) = 15+177+81=273 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.49% from 273); Green value is 177 (69.53% from 255 or 64.84% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB151 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB151 is #F04EAE. Grayscale: #757575. Windows color (decimal): -15748783 or 5353743. OLE color: 5353743.

HSL color Cylindrical-coordinate representation of color #0FB151: hue angle of 144.44º 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 #0FB151 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 177 81 -
CMYK 0.92 0 0.54 0.31
HSL 144.44º 0.84% 0.38% -
HSV(B) 144.44º 0.92% 0.69% -
XYZ 17.4 32.14 13.07 -
YUV 117.62 107.33 54.81 -
System Red Green Blue C M Y K H S L
Decimal 15 177 81 0.92 0 0.54 0.31 144.44 0.84 0.38
Hex F B1 51 5C 0 36 1F 90 54 26
Octal 17 261 121 134 0 66 37 220 124 46
Binary 1111 10110001 1010001 1011100 0 110110 11111 10010000 1010100 100110

Color Harmonies of #0FB151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB151

Black with #0FB151

Text Example


Text Example

White with #0FB151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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