#05C16F

Color #05C16F Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #05C16F

Tints of Jade #05C16F

Color information

#05C16F (or 0x05C16F) is unknown color: approx Jade. HEX triplet: 05, C1 and 6F. RGB value is (5,193,111). Sum of RGB (Red+Green+Blue) = 5+193+111=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 193 (75.78% from 255 or 62.46% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 193 - color contains mainly: green. Hex color #05C16F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C16F is #FA3E90. Grayscale: #7F7F7F. Windows color (decimal): -16400017 or 7323909. OLE color: 7323909.

HSL color Cylindrical-coordinate representation of color #05C16F: hue angle of 153.83º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C16F is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB5193111-
CMYK0.9700.420.24
HSL153.83º94.95%38.82%-
HSV(B)153.83º97.41%75.69%-
XYZ2239.3221.47-
YUV127.44118.7240.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.62%
GREEN value IS 193 (75.78% from 255) = 62.46%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=1.62%
G=62.46%
B=35.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51931110.9700.420.24153.8394.9538.82
Hex5C16F6102A189a5f27
Octal53011571410523023213747
Binary1011100000111011111100001010101011000100110101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,193,111); }

 H1.HeaderClassName
 {
   color: #05C16F;
 }
 .AnyTagClassName
 {
   color: #05C16F;
 }
</style>
background-color css

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

 a { background-color: rgb(5,193,111); }

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

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

 span { border-color: rgb(5,193,111); }

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