Html Css Color HEX #05AD73 Jade

📋 copy color: '#05AD73'

red 5 ◦ green 173 ◦ blue 115

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

Shades of Jade #05AD73

Tints of Jade #05AD73

RGB

 RED value IS 5 (2.34% from 255) = 1.71%

 GREEN value IS 173 (67.97% from 255) = 59.04%

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

R = 1.71%
G = 59.04%
B = 39.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#05AD73 (or 0x05AD73) is known color: Jade. HEX triplet: 05, AD and 73. RGB value is (5,173,115). Sum of RGB (Red+Green+Blue) = 5+173+115=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AD73 is #FA528C. Grayscale: #747474. Windows color (decimal): -16405133 or 7580933. OLE color: 7580933.

HSL color Cylindrical-coordinate representation of color #05AD73: hue angle of 159.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AD73 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 173 115 -
CMYK 0.97 0 0.34 0.32
HSL 159.29º 0.94% 0.35% -
HSV(B) 159.29º 0.97% 0.68% -
XYZ 18.1 31.16 21.28 -
YUV 116.16 127.34 48.72 -
System Red Green Blue C M Y K H S L
Decimal 5 173 115 0.97 0 0.34 0.32 159.29 0.94 0.35
Hex 5 AD 73 61 0 22 20 9F 5E 23
Octal 5 255 163 141 0 42 40 237 136 43
Binary 101 10101101 1110011 1100001 0 100010 100000 10011111 1011110 100011

Color Harmonies of #05AD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AD73

Black with #05AD73

Text Example


Text Example

White with #05AD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05AD73; }

 p { color: rgb(5,173,115); }

 H1.HeaderClassName
 {
   color: #05AD73;
 }
 .AnyTagClassName
 {
   color: #05AD73;
 }
</style>

background-color css

<style>
 a { background-color: #05AD73; }

 a { background-color: rgb(5,173,115); }

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

border-color css

<style>
 span { border-color: #05AD73; }

 span { border-color: rgb(5,173,115); }

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