Html Css Color HEX #0FAD71 Jade

📋 copy color: '#0FAD71'

red 15 ◦ green 173 ◦ blue 113

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

Shades of Jade #0FAD71

Tints of Jade #0FAD71

RGB

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

 GREEN value IS 173 (67.97% from 255) = 57.48%

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

R = 4.98%
G = 57.48%
B = 37.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#0FAD71 (or 0x0FAD71) is known color: Jade. HEX triplet: 0F, AD and 71. RGB value is (15,173,113). Sum of RGB (Red+Green+Blue) = 15+173+113=301 (39% of max value = 765). Red value is 15 (6.25% from 255 or 4.98% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD71 is #F0528E. Grayscale: #777777. Windows color (decimal): -15749775 or 7449871. OLE color: 7449871.

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

Color convert

RGB 15 173 113 -
CMYK 0.91 0 0.35 0.32
HSL 157.22º 0.84% 0.37% -
HSV(B) 157.22º 0.91% 0.68% -
XYZ 18.12 31.18 20.69 -
YUV 118.92 124.65 53.88 -
System Red Green Blue C M Y K H S L
Decimal 15 173 113 0.91 0 0.35 0.32 157.22 0.84 0.37
Hex F AD 71 5B 0 23 20 9D 54 25
Octal 17 255 161 133 0 43 40 235 124 45
Binary 1111 10101101 1110001 1011011 0 100011 100000 10011101 1010100 100101

Color Harmonies of #0FAD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD71

Black with #0FAD71

Text Example


Text Example

White with #0FAD71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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