#1FA161

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

Shades of Eucalyptus #1FA161

Tints of Eucalyptus #1FA161

Color information

#1FA161 (or 0x1FA161) is unknown color: approx Eucalyptus. HEX triplet: 1F, A1 and 61. RGB value is (31,161,97). Sum of RGB (Red+Green+Blue) = 31+161+97=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA161 is #E05E9E. Grayscale: #727272. Windows color (decimal): -14704287 or 6398239. OLE color: 6398239.

HSL color Cylindrical-coordinate representation of color #1FA161: hue angle of 150.46º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA161 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB3116197-
CMYK0.8100.400.37
HSL150.46º67.71%37.65%-
HSV(B)150.46º80.75%63.14%-
XYZ15.4726.6415.64-
YUV114.83117.9368.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.73%
GREEN value IS 161 (63.28% from 255) = 55.71%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=10.73%
G=55.71%
B=33.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal31161970.8100.400.37150.4667.7137.65
Hex1FA1615102825964426
Octal372411411210504522610446
Binary1111110100001110000110100010101000100101100101101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,161,97); }

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

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

 a { background-color: rgb(31,161,97); }

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

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

 span { border-color: rgb(31,161,97); }

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