Html Css Color HEX #05AA68 Jade

📋 copy color: '#05AA68'

red 5 ◦ green 170 ◦ blue 104

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

Shades of Jade #05AA68

Tints of Jade #05AA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 60.93%

 BLUE value IS 104 (41.02% from 255) = 37.28%

R = 1.79%
G = 60.93%
B = 37.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#05AA68 (or 0x05AA68) is known color: Jade. HEX triplet: 05, AA and 68. RGB value is (5,170,104). Sum of RGB (Red+Green+Blue) = 5+170+104=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AA68 is #FA5597. Grayscale: #717171. Windows color (decimal): -16405912 or 6859269. OLE color: 6859269.

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

Color convert

RGB 5 170 104 -
CMYK 0.97 0 0.39 0.33
HSL 156º 0.94% 0.34% -
HSV(B) 156º 0.97% 0.67% -
XYZ 16.94 29.78 17.95 -
YUV 113.14 122.84 50.87 -
System Red Green Blue C M Y K H S L
Decimal 5 170 104 0.97 0 0.39 0.33 156 0.94 0.34
Hex 5 AA 68 61 0 27 21 9C 5E 22
Octal 5 252 150 141 0 47 41 234 136 42
Binary 101 10101010 1101000 1100001 0 100111 100001 10011100 1011110 100010

Color Harmonies of #05AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AA68

Black with #05AA68

Text Example


Text Example

White with #05AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,170,104); }

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

background-color css

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

 a { background-color: rgb(5,170,104); }

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

border-color css

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

 span { border-color: rgb(5,170,104); }

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