Html Css Color HEX #0FB259 Pigment Green

📋 copy color: '#0FB259'

red 15 ◦ green 178 ◦ blue 89

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

Shades of Pigment Green #0FB259

Tints of Pigment Green #0FB259

RGB

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

 GREEN value IS 178 (69.92% from 255) = 63.12%

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

R = 5.32%
G = 63.12%
B = 31.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.5

 K value IS 0.30

RGB Variations

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

Color information

#0FB259 (or 0x0FB259) is known color: Pigment Green. HEX triplet: 0F, B2 and 59. RGB value is (15,178,89). Sum of RGB (Red+Green+Blue) = 15+178+89=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 178 (69.92% from 255 or 63.12% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB259 is #F04DA6. Grayscale: #777777. Windows color (decimal): -15748519 or 5878287. OLE color: 5878287.

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

Color convert

RGB 15 178 89 -
CMYK 0.92 0 0.5 0.30
HSL 147.24º 0.84% 0.38% -
HSV(B) 147.24º 0.92% 0.7% -
XYZ 17.92 32.66 14.81 -
YUV 119.12 111 53.74 -
System Red Green Blue C M Y K H S L
Decimal 15 178 89 0.92 0 0.5 0.30 147.24 0.84 0.38
Hex F B2 59 5C 0 32 1E 93 54 26
Octal 17 262 131 134 0 62 36 223 124 46
Binary 1111 10110010 1011001 1011100 0 110010 11110 10010011 1010100 100110

Color Harmonies of #0FB259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB259

Black with #0FB259

Text Example


Text Example

White with #0FB259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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