Html Css Color HEX #0FAF70 Jade

📋 copy color: '#0FAF70'

red 15 ◦ green 175 ◦ blue 112

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

Shades of Jade #0FAF70

Tints of Jade #0FAF70

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.95%

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

R = 4.97%
G = 57.95%
B = 37.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#0FAF70 (or 0x0FAF70) is known color: Jade. HEX triplet: 0F, AF and 70. RGB value is (15,175,112). Sum of RGB (Red+Green+Blue) = 15+175+112=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAF70 is #F0508F. Grayscale: #787878. Windows color (decimal): -15749264 or 7384847. OLE color: 7384847.

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

Color convert

RGB 15 175 112 -
CMYK 0.91 0 0.36 0.31
HSL 156.38º 0.84% 0.37% -
HSV(B) 156.38º 0.91% 0.69% -
XYZ 18.45 31.93 20.52 -
YUV 119.98 123.49 53.12 -
System Red Green Blue C M Y K H S L
Decimal 15 175 112 0.91 0 0.36 0.31 156.38 0.84 0.37
Hex F AF 70 5B 0 24 1F 9C 54 25
Octal 17 257 160 133 0 44 37 234 124 45
Binary 1111 10101111 1110000 1011011 0 100100 11111 10011100 1010100 100101

Color Harmonies of #0FAF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAF70

Black with #0FAF70

Text Example


Text Example

White with #0FAF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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