#1FA669

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

Shades of Eucalyptus #1FA669

Tints of Eucalyptus #1FA669

Color information

#1FA669 (or 0x1FA669) is unknown color: approx Eucalyptus. HEX triplet: 1F, A6 and 69. RGB value is (31,166,105). Sum of RGB (Red+Green+Blue) = 31+166+105=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #1FA669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA669 is #E05996. Grayscale: #767676. Windows color (decimal): -14702999 or 6923807. OLE color: 6923807.

HSL color Cylindrical-coordinate representation of color #1FA669: hue angle of 152.89º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA669 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB31166105-
CMYK0.8100.370.35
HSL152.89º68.53%38.63%-
HSV(B)152.89º81.33%65.1%-
XYZ16.7528.5818-
YUV118.68120.2765.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.26%
GREEN value IS 166 (65.23% from 255) = 54.97%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=10.26%
G=54.97%
B=34.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal311661050.8100.370.35152.8968.5338.63
Hex1FA6695102523994527
Octal372461511210454323110547
Binary1111110100110110100110100010100101100011100110011000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,166,105); }

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

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

 a { background-color: rgb(31,166,105); }

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

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

 span { border-color: rgb(31,166,105); }

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