Html Css Color HEX #0FB155 Pigment Green

📋 copy color: '#0FB155'

red 15 ◦ green 177 ◦ blue 85

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

Shades of Pigment Green #0FB155

Tints of Pigment Green #0FB155

RGB

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

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

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

R = 5.42%
G = 63.9%
B = 30.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#0FB155 (or 0x0FB155) is known color: Pigment Green. HEX triplet: 0F, B1 and 55. RGB value is (15,177,85). Sum of RGB (Red+Green+Blue) = 15+177+85=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB155 is #F04EAA. Grayscale: #767676. Windows color (decimal): -15748779 or 5615887. OLE color: 5615887.

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

Color convert

RGB 15 177 85 -
CMYK 0.92 0 0.52 0.31
HSL 145.93º 0.84% 0.38% -
HSV(B) 145.93º 0.92% 0.69% -
XYZ 17.56 32.2 13.88 -
YUV 118.07 109.33 54.48 -
System Red Green Blue C M Y K H S L
Decimal 15 177 85 0.92 0 0.52 0.31 145.93 0.84 0.38
Hex F B1 55 5C 0 34 1F 92 54 26
Octal 17 261 125 134 0 64 37 222 124 46
Binary 1111 10110001 1010101 1011100 0 110100 11111 10010010 1010100 100110

Color Harmonies of #0FB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB155

Black with #0FB155

Text Example


Text Example

White with #0FB155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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