Html Css Color HEX #0FB059 Pigment Green

📋 copy color: '#0FB059'

red 15 ◦ green 176 ◦ blue 89

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

Shades of Pigment Green #0FB059

Tints of Pigment Green #0FB059

RGB

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

 GREEN value IS 176 (69.14% from 255) = 62.86%

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

R = 5.36%
G = 62.86%
B = 31.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#0FB059 (or 0x0FB059) is known color: Pigment Green. HEX triplet: 0F, B0 and 59. RGB value is (15,176,89). Sum of RGB (Red+Green+Blue) = 15+176+89=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 176 (69.14% from 255 or 62.86% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB059 is #F04FA6. Grayscale: #767676. Windows color (decimal): -15749031 or 5877775. OLE color: 5877775.

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

Color convert

RGB 15 176 89 -
CMYK 0.91 0 0.49 0.31
HSL 147.58º 0.84% 0.37% -
HSV(B) 147.58º 0.91% 0.69% -
XYZ 17.53 31.87 14.68 -
YUV 117.94 111.66 54.57 -
System Red Green Blue C M Y K H S L
Decimal 15 176 89 0.91 0 0.49 0.31 147.58 0.84 0.37
Hex F B0 59 5B 0 31 1F 94 54 25
Octal 17 260 131 133 0 61 37 224 124 45
Binary 1111 10110000 1011001 1011011 0 110001 11111 10010100 1010100 100101

Color Harmonies of #0FB059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB059

Black with #0FB059

Text Example


Text Example

White with #0FB059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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