Html Css Color HEX #05AB77 Jade

📋 copy color: '#05AB77'

red 5 ◦ green 171 ◦ blue 119

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

Shades of Jade #05AB77

Tints of Jade #05AB77

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57.97%

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

R = 1.69%
G = 57.97%
B = 40.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#05AB77 (or 0x05AB77) is known color: Jade. HEX triplet: 05, AB and 77. RGB value is (5,171,119). Sum of RGB (Red+Green+Blue) = 5+171+119=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AB77 is #FA5488. Grayscale: #737373. Windows color (decimal): -16405641 or 7842565. OLE color: 7842565.

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

Color convert

RGB 5 171 119 -
CMYK 0.97 0 0.30 0.33
HSL 161.2º 0.94% 0.35% -
HSV(B) 161.2º 0.97% 0.67% -
XYZ 17.96 30.49 22.39 -
YUV 115.44 130 49.23 -
System Red Green Blue C M Y K H S L
Decimal 5 171 119 0.97 0 0.30 0.33 161.2 0.94 0.35
Hex 5 AB 77 61 0 1E 21 A1 5E 23
Octal 5 253 167 141 0 36 41 241 136 43
Binary 101 10101011 1110111 1100001 0 11110 100001 10100001 1011110 100011

Color Harmonies of #05AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AB77

Black with #05AB77

Text Example


Text Example

White with #05AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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