Html Css Color HEX #0FAB70 Jade

📋 copy color: '#0FAB70'

red 15 ◦ green 171 ◦ blue 112

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

Shades of Jade #0FAB70

Tints of Jade #0FAB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57.38%

 BLUE value IS 112 (44.14% from 255) = 37.58%

R = 5.03%
G = 57.38%
B = 37.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#0FAB70 (or 0x0FAB70) is known color: Jade. HEX triplet: 0F, AB and 70. RGB value is (15,171,112). Sum of RGB (Red+Green+Blue) = 15+171+112=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 171 (67.19% from 255 or 57.38% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB70 is #F0548F. Grayscale: #757575. Windows color (decimal): -15750288 or 7383823. OLE color: 7383823.

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

Color convert

RGB 15 171 112 -
CMYK 0.91 0 0.35 0.33
HSL 157.31º 0.84% 0.36% -
HSV(B) 157.31º 0.91% 0.67% -
XYZ 17.68 30.4 20.26 -
YUV 117.63 124.82 54.8 -
System Red Green Blue C M Y K H S L
Decimal 15 171 112 0.91 0 0.35 0.33 157.31 0.84 0.36
Hex F AB 70 5B 0 23 21 9D 54 24
Octal 17 253 160 133 0 43 41 235 124 44
Binary 1111 10101011 1110000 1011011 0 100011 100001 10011101 1010100 100100

Color Harmonies of #0FAB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAB70

Black with #0FAB70

Text Example


Text Example

White with #0FAB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,171,112); }

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

background-color css

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

 a { background-color: rgb(15,171,112); }

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

border-color css

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

 span { border-color: rgb(15,171,112); }

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