Html Css Color HEX #0FA870 Jade

📋 copy color: '#0FA870'

red 15 ◦ green 168 ◦ blue 112

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

Shades of Jade #0FA870

Tints of Jade #0FA870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 56.95%

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

R = 5.08%
G = 56.95%
B = 37.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#0FA870 (or 0x0FA870) is known color: Jade. HEX triplet: 0F, A8 and 70. RGB value is (15,168,112). Sum of RGB (Red+Green+Blue) = 15+168+112=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA870 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA870 is #F0578F. Grayscale: #737373. Windows color (decimal): -15751056 or 7383055. OLE color: 7383055.

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

Color convert

RGB 15 168 112 -
CMYK 0.91 0 0.33 0.34
HSL 158.04º 0.84% 0.36% -
HSV(B) 158.04º 0.91% 0.66% -
XYZ 17.12 29.28 20.08 -
YUV 115.87 125.81 56.05 -
System Red Green Blue C M Y K H S L
Decimal 15 168 112 0.91 0 0.33 0.34 158.04 0.84 0.36
Hex F A8 70 5B 0 21 22 9E 54 24
Octal 17 250 160 133 0 41 42 236 124 44
Binary 1111 10101000 1110000 1011011 0 100001 100010 10011110 1010100 100100

Color Harmonies of #0FA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA870

Black with #0FA870

Text Example


Text Example

White with #0FA870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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