Html Css Color HEX #05AC77 Jade

📋 copy color: '#05AC77'

red 5 ◦ green 172 ◦ blue 119

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

Shades of Jade #05AC77

Tints of Jade #05AC77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.2%

R = 1.69%
G = 58.11%
B = 40.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#05AC77 (or 0x05AC77) is known color: Jade. HEX triplet: 05, AC and 77. RGB value is (5,172,119). Sum of RGB (Red+Green+Blue) = 5+172+119=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 119 (46.88% from 255 or 40.20% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #05AC77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AC77 is #FA5388. Grayscale: #747474. Windows color (decimal): -16405385 or 7842821. OLE color: 7842821.

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

Color convert

RGB 5 172 119 -
CMYK 0.97 0 0.31 0.33
HSL 160.96º 0.94% 0.35% -
HSV(B) 160.96º 0.97% 0.67% -
XYZ 18.14 30.87 22.45 -
YUV 116.03 129.67 48.81 -
System Red Green Blue C M Y K H S L
Decimal 5 172 119 0.97 0 0.31 0.33 160.96 0.94 0.35
Hex 5 AC 77 61 0 1F 21 A1 5E 23
Octal 5 254 167 141 0 37 41 241 136 43
Binary 101 10101100 1110111 1100001 0 11111 100001 10100001 1011110 100011

Color Harmonies of #05AC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AC77

Black with #05AC77

Text Example


Text Example

White with #05AC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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