#1CAD5D

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

Shades of Eucalyptus #1CAD5D

Tints of Eucalyptus #1CAD5D

Color information

#1CAD5D (or 0x1CAD5D) is unknown color: approx Eucalyptus. HEX triplet: 1C, AD and 5D. RGB value is (28,173,93). Sum of RGB (Red+Green+Blue) = 28+173+93=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAD5D is #E352A2. Grayscale: #787878. Windows color (decimal): -14897827 or 6139164. OLE color: 6139164.

HSL color Cylindrical-coordinate representation of color #1CAD5D: hue angle of 146.9º 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 #1CAD5D is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB2817393-
CMYK0.8400.460.32
HSL146.9º72.14%39.41%-
HSV(B)146.9º83.82%67.84%-
XYZ17.430.9215.41-
YUV120.52112.4662-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.52%
GREEN value IS 173 (67.97% from 255) = 58.84%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=9.52%
G=58.84%
B=31.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28173930.8400.460.32146.972.1439.41
Hex1CAD5D5402E20934827
Octal342551351240564022311047
Binary1110010101101101110110101000101110100000100100111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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