#05C06A

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

Shades of Jade #05C06A

Tints of Jade #05C06A

Color information

#05C06A (or 0x05C06A) is unknown color: approx Jade. HEX triplet: 05, C0 and 6A. RGB value is (5,192,106). Sum of RGB (Red+Green+Blue) = 5+192+106=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #05C06A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05C06A is #FA3F95. Grayscale: #7E7E7E. Windows color (decimal): -16400278 or 6995973. OLE color: 6995973.

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

Color convert

RGB5192106-
CMYK0.9700.450.25
HSL152.41º94.92%38.63%-
HSV(B)152.41º97.4%75.29%-
XYZ21.5138.7719.99-
YUV126.28116.5541.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.65%
GREEN value IS 192 (75.39% from 255) = 63.37%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=1.65%
G=63.37%
B=34.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51921060.9700.450.25152.4194.9238.63
Hex5C06A6102D19985f27
Octal53001521410553123013747
Binary1011100000011010101100001010110111001100110001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,192,106); }

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

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

 a { background-color: rgb(5,192,106); }

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

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

 span { border-color: rgb(5,192,106); }

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