Html Css Color HEX #05A669 Jade

📋 copy color: '#05A669'

red 5 ◦ green 166 ◦ blue 105

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

Shades of Jade #05A669

Tints of Jade #05A669

RGB

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

 GREEN value IS 166 (65.23% from 255) = 60.14%

 BLUE value IS 105 (41.41% from 255) = 38.04%

R = 1.81%
G = 60.14%
B = 38.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#05A669 (or 0x05A669) is known color: Jade. HEX triplet: 05, A6 and 69. RGB value is (5,166,105). Sum of RGB (Red+Green+Blue) = 5+166+105=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 166 (65.23% from 255 or 60.14% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 166 - color contains mainly: green. Hex color #05A669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A669 is #FA5996. Grayscale: #6E6E6E. Windows color (decimal): -16406935 or 6923781. OLE color: 6923781.

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

Color convert

RGB 5 166 105 -
CMYK 0.97 0 0.37 0.35
HSL 157.27º 0.94% 0.34% -
HSV(B) 157.27º 0.97% 0.65% -
XYZ 16.25 28.32 17.98 -
YUV 110.91 124.66 52.46 -
System Red Green Blue C M Y K H S L
Decimal 5 166 105 0.97 0 0.37 0.35 157.27 0.94 0.34
Hex 5 A6 69 61 0 25 23 9D 5E 22
Octal 5 246 151 141 0 45 43 235 136 42
Binary 101 10100110 1101001 1100001 0 100101 100011 10011101 1011110 100010

Color Harmonies of #05A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A669

Black with #05A669

Text Example


Text Example

White with #05A669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,166,105); }

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

background-color css

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

 a { background-color: rgb(5,166,105); }

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

border-color css

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

 span { border-color: rgb(5,166,105); }

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