Html Css Color HEX #05AB6C Jade

📋 copy color: '#05AB6C'

red 5 ◦ green 171 ◦ blue 108

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

Shades of Jade #05AB6C

Tints of Jade #05AB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 1.76%
G = 60.21%
B = 38.03%

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

#05AB6C (or 0x05AB6C) is known color: Jade. HEX triplet: 05, AB and 6C. RGB value is (5,171,108). Sum of RGB (Red+Green+Blue) = 5+171+108=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 171 (67.19% from 255 or 60.21% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05AB6C is #FA5493. Grayscale: #727272. Windows color (decimal): -16405652 or 7121669. OLE color: 7121669.

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

Color convert

RGB 5 171 108 -
CMYK 0.97 0 0.37 0.33
HSL 157.23º 0.94% 0.35% -
HSV(B) 157.23º 0.97% 0.67% -
XYZ 17.33 30.24 19.11 -
YUV 114.18 124.5 50.12 -
System Red Green Blue C M Y K H S L
Decimal 5 171 108 0.97 0 0.37 0.33 157.23 0.94 0.35
Hex 5 AB 6C 61 0 25 21 9D 5E 23
Octal 5 253 154 141 0 45 41 235 136 43
Binary 101 10101011 1101100 1100001 0 100101 100001 10011101 1011110 100011

Color Harmonies of #05AB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AB6C

Black with #05AB6C

Text Example


Text Example

White with #05AB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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