Html Css Color HEX #05A666 Jade

📋 copy color: '#05A666'

red 5 ◦ green 166 ◦ blue 102

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

Shades of Jade #05A666

Tints of Jade #05A666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.36%

R = 1.83%
G = 60.81%
B = 37.36%

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

#05A666 (or 0x05A666) is known color: Jade. HEX triplet: 05, A6 and 66. RGB value is (5,166,102). Sum of RGB (Red+Green+Blue) = 5+166+102=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 166 (65.23% from 255 or 60.81% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 166 - color contains mainly: green. Hex color #05A666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A666 is #FA5999. Grayscale: #6E6E6E. Windows color (decimal): -16406938 or 6727173. OLE color: 6727173.

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

Color convert

RGB 5 166 102 -
CMYK 0.97 0 0.39 0.35
HSL 156.15º 0.94% 0.34% -
HSV(B) 156.15º 0.97% 0.65% -
XYZ 16.1 28.26 17.18 -
YUV 110.57 123.16 52.7 -
System Red Green Blue C M Y K H S L
Decimal 5 166 102 0.97 0 0.39 0.35 156.15 0.94 0.34
Hex 5 A6 66 61 0 27 23 9C 5E 22
Octal 5 246 146 141 0 47 43 234 136 42
Binary 101 10100110 1100110 1100001 0 100111 100011 10011100 1011110 100010

Color Harmonies of #05A666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A666

Black with #05A666

Text Example


Text Example

White with #05A666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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