Html Css Color HEX #0DAF73 Jade

📋 copy color: '#0DAF73'

red 13 ◦ green 175 ◦ blue 115

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

Shades of Jade #0DAF73

Tints of Jade #0DAF73

RGB

 RED value IS 13 (5.47% from 255) = 4.29%

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

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 4.29%
G = 57.76%
B = 37.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#0DAF73 (or 0x0DAF73) is known color: Jade. HEX triplet: 0D, AF and 73. RGB value is (13,175,115). Sum of RGB (Red+Green+Blue) = 13+175+115=303 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.29% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAF73 is #F2508C. Grayscale: #777777. Windows color (decimal): -15880333 or 7581453. OLE color: 7581453.

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

Color convert

RGB 13 175 115 -
CMYK 0.93 0 0.34 0.31
HSL 157.78º 0.86% 0.37% -
HSV(B) 157.78º 0.93% 0.69% -
XYZ 18.59 31.98 21.41 -
YUV 119.72 125.33 51.88 -
System Red Green Blue C M Y K H S L
Decimal 13 175 115 0.93 0 0.34 0.31 157.78 0.86 0.37
Hex D AF 73 5D 0 22 1F 9E 56 25
Octal 15 257 163 135 0 42 37 236 126 45
Binary 1101 10101111 1110011 1011101 0 100010 11111 10011110 1010110 100101

Color Harmonies of #0DAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAF73

Black with #0DAF73

Text Example


Text Example

White with #0DAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,175,115); }

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

background-color css

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

 a { background-color: rgb(13,175,115); }

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

border-color css

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

 span { border-color: rgb(13,175,115); }

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