Html Css Color HEX #05A771 Jade

📋 copy color: '#05A771'

red 5 ◦ green 167 ◦ blue 113

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

Shades of Jade #05A771

Tints of Jade #05A771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 58.6%

 BLUE value IS 113 (44.53% from 255) = 39.65%

R = 1.75%
G = 58.6%
B = 39.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#05A771 (or 0x05A771) is known color: Jade. HEX triplet: 05, A7 and 71. RGB value is (5,167,113). Sum of RGB (Red+Green+Blue) = 5+167+113=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 167 (65.62% from 255 or 58.60% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 167 - color contains mainly: green. Hex color #05A771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A771 is #FA588E. Grayscale: #707070. Windows color (decimal): -16406671 or 7448325. OLE color: 7448325.

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

Color convert

RGB 5 167 113 -
CMYK 0.97 0 0.32 0.35
HSL 160º 0.94% 0.34% -
HSV(B) 160º 0.97% 0.65% -
XYZ 16.86 28.86 20.3 -
YUV 112.41 128.33 51.39 -
System Red Green Blue C M Y K H S L
Decimal 5 167 113 0.97 0 0.32 0.35 160 0.94 0.34
Hex 5 A7 71 61 0 20 23 A0 5E 22
Octal 5 247 161 141 0 40 43 240 136 42
Binary 101 10100111 1110001 1100001 0 100000 100011 10100000 1011110 100010

Color Harmonies of #05A771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A771

Black with #05A771

Text Example


Text Example

White with #05A771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,167,113); }

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

background-color css

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

 a { background-color: rgb(5,167,113); }

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

border-color css

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

 span { border-color: rgb(5,167,113); }

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