#1CAD6A

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

Shades of Jade #1CAD6A

Tints of Jade #1CAD6A

Color information

#1CAD6A (or 0x1CAD6A) is unknown color: approx Jade. HEX triplet: 1C, AD and 6A. RGB value is (28,173,106). Sum of RGB (Red+Green+Blue) = 28+173+106=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAD6A is #E35295. Grayscale: #7A7A7A. Windows color (decimal): -14897814 or 6991132. OLE color: 6991132.

HSL color Cylindrical-coordinate representation of color #1CAD6A: hue angle of 152.28º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAD6A is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB28173106-
CMYK0.8400.390.32
HSL152.28º72.14%39.41%-
HSV(B)152.28º83.82%67.84%-
XYZ18.0231.1718.7-
YUV122.01118.9660.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.12%
GREEN value IS 173 (67.97% from 255) = 56.35%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=9.12%
G=56.35%
B=34.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal281731060.8400.390.32152.2872.1439.41
Hex1CAD6A5402720984827
Octal342551521240474023011047
Binary1110010101101110101010101000100111100000100110001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CAD6A; }

 p { color: rgb(28,173,106); }

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

<style>
 a { background-color: #1CAD6A; }

 a { background-color: rgb(28,173,106); }

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

<style>
 span { border-color: #1CAD6A; }

 span { border-color: rgb(28,173,106); }

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