Html Css Color HEX #05A56D Jade

📋 copy color: '#05A56D'

red 5 ◦ green 165 ◦ blue 109

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

Shades of Jade #05A56D

Tints of Jade #05A56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 1.79%
G = 59.14%
B = 39.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#05A56D (or 0x05A56D) is known color: Jade. HEX triplet: 05, A5 and 6D. RGB value is (5,165,109). Sum of RGB (Red+Green+Blue) = 5+165+109=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #05A56D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A56D is #FA5A92. Grayscale: #6E6E6E. Windows color (decimal): -16407187 or 7185669. OLE color: 7185669.

HSL color Cylindrical-coordinate representation of color #05A56D: hue angle of 159º 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 #05A56D is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 5 165 109 -
CMYK 0.97 0 0.34 0.35
HSL 159º 0.94% 0.33% -
HSV(B) 159º 0.97% 0.65% -
XYZ 16.28 28.05 19.02 -
YUV 110.78 126.99 52.55 -
System Red Green Blue C M Y K H S L
Decimal 5 165 109 0.97 0 0.34 0.35 159 0.94 0.33
Hex 5 A5 6D 61 0 22 23 9F 5E 21
Octal 5 245 155 141 0 42 43 237 136 41
Binary 101 10100101 1101101 1100001 0 100010 100011 10011111 1011110 100001

Color Harmonies of #05A56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A56D

Black with #05A56D

Text Example


Text Example

White with #05A56D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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