Html Css Color HEX #0FB771 Jade

📋 copy color: '#0FB771'

red 15 ◦ green 183 ◦ blue 113

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

Shades of Jade #0FB771

Tints of Jade #0FB771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.84%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 4.82%
G = 58.84%
B = 36.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#0FB771 (or 0x0FB771) is known color: Jade. HEX triplet: 0F, B7 and 71. RGB value is (15,183,113). Sum of RGB (Red+Green+Blue) = 15+183+113=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB771 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB771 is #F0488E. Grayscale: #7C7C7C. Windows color (decimal): -15747215 or 7452431. OLE color: 7452431.

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

Color convert

RGB 15 183 113 -
CMYK 0.92 0 0.38 0.28
HSL 155º 0.85% 0.39% -
HSV(B) 155º 0.92% 0.72% -
XYZ 20.11 35.16 21.35 -
YUV 124.79 121.34 49.69 -
System Red Green Blue C M Y K H S L
Decimal 15 183 113 0.92 0 0.38 0.28 155 0.85 0.39
Hex F B7 71 5C 0 26 1C 9B 55 27
Octal 17 267 161 134 0 46 34 233 125 47
Binary 1111 10110111 1110001 1011100 0 100110 11100 10011011 1010101 100111

Color Harmonies of #0FB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB771

Black with #0FB771

Text Example


Text Example

White with #0FB771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,183,113); }

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

background-color css

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

 a { background-color: rgb(15,183,113); }

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

border-color css

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

 span { border-color: rgb(15,183,113); }

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