Html Css Color HEX #05AC6D Jade

📋 copy color: '#05AC6D'

red 5 ◦ green 172 ◦ blue 109

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

Shades of Jade #05AC6D

Tints of Jade #05AC6D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 60.14%

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

R = 1.75%
G = 60.14%
B = 38.11%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#05AC6D (or 0x05AC6D) is known color: Jade. HEX triplet: 05, AC and 6D. RGB value is (5,172,109). Sum of RGB (Red+Green+Blue) = 5+172+109=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #05AC6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AC6D is #FA5392. Grayscale: #727272. Windows color (decimal): -16405395 or 7187461. OLE color: 7187461.

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

Color convert

RGB 5 172 109 -
CMYK 0.97 0 0.37 0.33
HSL 157.37º 0.94% 0.35% -
HSV(B) 157.37º 0.97% 0.67% -
XYZ 17.58 30.64 19.46 -
YUV 114.89 124.67 49.62 -
System Red Green Blue C M Y K H S L
Decimal 5 172 109 0.97 0 0.37 0.33 157.37 0.94 0.35
Hex 5 AC 6D 61 0 25 21 9D 5E 23
Octal 5 254 155 141 0 45 41 235 136 43
Binary 101 10101100 1101101 1100001 0 100101 100001 10011101 1011110 100011

Color Harmonies of #05AC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AC6D

Black with #05AC6D

Text Example


Text Example

White with #05AC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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