Html Css Color HEX #0FA970 Jade

📋 copy color: '#0FA970'

red 15 ◦ green 169 ◦ blue 112

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

Shades of Jade #0FA970

Tints of Jade #0FA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 57.09%

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

R = 5.07%
G = 57.09%
B = 37.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#0FA970 (or 0x0FA970) is known color: Jade. HEX triplet: 0F, A9 and 70. RGB value is (15,169,112). Sum of RGB (Red+Green+Blue) = 15+169+112=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA970 is #F0568F. Grayscale: #747474. Windows color (decimal): -15750800 or 7383311. OLE color: 7383311.

HSL color Cylindrical-coordinate representation of color #0FA970: hue angle of 157.79º 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 #0FA970 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB 15 169 112 -
CMYK 0.91 0 0.34 0.34
HSL 157.79º 0.84% 0.36% -
HSV(B) 157.79º 0.91% 0.66% -
XYZ 17.31 29.65 20.14 -
YUV 116.46 125.48 55.63 -
System Red Green Blue C M Y K H S L
Decimal 15 169 112 0.91 0 0.34 0.34 157.79 0.84 0.36
Hex F A9 70 5B 0 22 22 9E 54 24
Octal 17 251 160 133 0 42 42 236 124 44
Binary 1111 10101001 1110000 1011011 0 100010 100010 10011110 1010100 100100

Color Harmonies of #0FA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA970

Black with #0FA970

Text Example


Text Example

White with #0FA970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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