Html Css Color HEX #0FB371 Jade

📋 copy color: '#0FB371'

red 15 ◦ green 179 ◦ blue 113

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

Shades of Jade #0FB371

Tints of Jade #0FB371

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.31%

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

R = 4.89%
G = 58.31%
B = 36.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#0FB371 (or 0x0FB371) is known color: Jade. HEX triplet: 0F, B3 and 71. RGB value is (15,179,113). Sum of RGB (Red+Green+Blue) = 15+179+113=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB371 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB371 is #F04C8E. Grayscale: #7A7A7A. Windows color (decimal): -15748239 or 7451407. OLE color: 7451407.

HSL color Cylindrical-coordinate representation of color #0FB371: hue angle of 155.85º degrees, saturation: 0.85, 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 #0FB371 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 179 113 -
CMYK 0.92 0 0.37 0.30
HSL 155.85º 0.85% 0.38% -
HSV(B) 155.85º 0.92% 0.7% -
XYZ 19.3 33.53 21.08 -
YUV 122.44 122.67 51.37 -
System Red Green Blue C M Y K H S L
Decimal 15 179 113 0.92 0 0.37 0.30 155.85 0.85 0.38
Hex F B3 71 5C 0 25 1E 9C 55 26
Octal 17 263 161 134 0 45 36 234 125 46
Binary 1111 10110011 1110001 1011100 0 100101 11110 10011100 1010101 100110

Color Harmonies of #0FB371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB371

Black with #0FB371

Text Example


Text Example

White with #0FB371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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