Html Css Color HEX #0FB955 Pigment Green

📋 copy color: '#0FB955'

red 15 ◦ green 185 ◦ blue 85

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

Shades of Pigment Green #0FB955

Tints of Pigment Green #0FB955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 64.91%

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

R = 5.26%
G = 64.91%
B = 29.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#0FB955 (or 0x0FB955) is known color: Pigment Green. HEX triplet: 0F, B9 and 55. RGB value is (15,185,85). Sum of RGB (Red+Green+Blue) = 15+185+85=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 185 (72.66% from 255 or 64.91% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB955 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB955 is #F046AA. Grayscale: #7A7A7A. Windows color (decimal): -15746731 or 5617935. OLE color: 5617935.

HSL color Cylindrical-coordinate representation of color #0FB955: hue angle of 144.71º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB955 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 185 85 -
CMYK 0.92 0 0.54 0.27
HSL 144.71º 0.85% 0.39% -
HSV(B) 144.71º 0.92% 0.73% -
XYZ 19.19 35.46 14.43 -
YUV 122.77 106.68 51.13 -
System Red Green Blue C M Y K H S L
Decimal 15 185 85 0.92 0 0.54 0.27 144.71 0.85 0.39
Hex F B9 55 5C 0 36 1B 91 55 27
Octal 17 271 125 134 0 66 33 221 125 47
Binary 1111 10111001 1010101 1011100 0 110110 11011 10010001 1010101 100111

Color Harmonies of #0FB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB955

Black with #0FB955

Text Example


Text Example

White with #0FB955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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