#1FAD5D

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

Shades of Eucalyptus #1FAD5D

Tints of Eucalyptus #1FAD5D

Color information

#1FAD5D (or 0x1FAD5D) is unknown color: approx Eucalyptus. HEX triplet: 1F, AD and 5D. RGB value is (31,173,93). Sum of RGB (Red+Green+Blue) = 31+173+93=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAD5D is #E052A2. Grayscale: #797979. Windows color (decimal): -14701219 or 6139167. OLE color: 6139167.

HSL color Cylindrical-coordinate representation of color #1FAD5D: hue angle of 146.2º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD5D is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB3117393-
CMYK0.8200.460.32
HSL146.2º69.61%40%-
HSV(B)146.2º82.08%67.84%-
XYZ17.4830.9715.41-
YUV121.42111.9663.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 173 (67.97% from 255) = 58.25%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=10.44%
G=58.25%
B=31.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31173930.8200.460.32146.269.6140
Hex1FAD5D5202E20924628
Octal372551351220564022210650
Binary1111110101101101110110100100101110100000100100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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