Html Css Color HEX #05A565 Jade

📋 copy color: '#05A565'

red 5 ◦ green 165 ◦ blue 101

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

Shades of Jade #05A565

Tints of Jade #05A565

RGB

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

 GREEN value IS 165 (64.84% from 255) = 60.89%

 BLUE value IS 101 (39.84% from 255) = 37.27%

R = 1.85%
G = 60.89%
B = 37.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#05A565 (or 0x05A565) is known color: Jade. HEX triplet: 05, A5 and 65. RGB value is (5,165,101). Sum of RGB (Red+Green+Blue) = 5+165+101=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 165 (64.84% from 255 or 60.89% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 165 - color contains mainly: green. Hex color #05A565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A565 is #FA5A9A. Grayscale: #6D6D6D. Windows color (decimal): -16407195 or 6661381. OLE color: 6661381.

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

Color convert

RGB 5 165 101 -
CMYK 0.97 0 0.39 0.35
HSL 156º 0.94% 0.33% -
HSV(B) 156º 0.97% 0.65% -
XYZ 15.87 27.88 16.86 -
YUV 109.86 122.99 53.2 -
System Red Green Blue C M Y K H S L
Decimal 5 165 101 0.97 0 0.39 0.35 156 0.94 0.33
Hex 5 A5 65 61 0 27 23 9C 5E 21
Octal 5 245 145 141 0 47 43 234 136 41
Binary 101 10100101 1100101 1100001 0 100111 100011 10011100 1011110 100001

Color Harmonies of #05A565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A565

Black with #05A565

Text Example


Text Example

White with #05A565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,165,101); }

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

background-color css

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

 a { background-color: rgb(5,165,101); }

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

border-color css

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

 span { border-color: rgb(5,165,101); }

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