Html Css Color HEX #05A863 Jade

📋 copy color: '#05A863'

red 5 ◦ green 168 ◦ blue 99

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

Shades of Jade #05A863

Tints of Jade #05A863

RGB

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

 GREEN value IS 168 (66.02% from 255) = 61.76%

 BLUE value IS 99 (39.06% from 255) = 36.4%

R = 1.84%
G = 61.76%
B = 36.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#05A863 (or 0x05A863) is known color: Jade. HEX triplet: 05, A8 and 63. RGB value is (5,168,99). Sum of RGB (Red+Green+Blue) = 5+168+99=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 168 (66.02% from 255 or 61.76% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 168 - color contains mainly: green. Hex color #05A863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A863 is #FA579C. Grayscale: #6F6F6F. Windows color (decimal): -16406429 or 6531077. OLE color: 6531077.

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

Color convert

RGB 5 168 99 -
CMYK 0.97 0 0.41 0.34
HSL 154.6º 0.94% 0.34% -
HSV(B) 154.6º 0.97% 0.66% -
XYZ 16.32 28.94 16.53 -
YUV 111.4 121 52.11 -
System Red Green Blue C M Y K H S L
Decimal 5 168 99 0.97 0 0.41 0.34 154.6 0.94 0.34
Hex 5 A8 63 61 0 29 22 9B 5E 22
Octal 5 250 143 141 0 51 42 233 136 42
Binary 101 10101000 1100011 1100001 0 101001 100010 10011011 1011110 100010

Color Harmonies of #05A863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A863

Black with #05A863

Text Example


Text Example

White with #05A863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,168,99); }

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

background-color css

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

 a { background-color: rgb(5,168,99); }

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

border-color css

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

 span { border-color: rgb(5,168,99); }

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