#1FAD62

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

Shades of Eucalyptus #1FAD62

Tints of Eucalyptus #1FAD62

Color information

#1FAD62 (or 0x1FAD62) is unknown color: approx Eucalyptus. HEX triplet: 1F, AD and 62. RGB value is (31,173,98). Sum of RGB (Red+Green+Blue) = 31+173+98=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAD62 is #E0529D. Grayscale: #7A7A7A. Windows color (decimal): -14701214 or 6466847. OLE color: 6466847.

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

Color convert

RGB3117398-
CMYK0.8200.430.32
HSL148.31º69.61%40%-
HSV(B)148.31º82.08%67.84%-
XYZ17.7131.0616.62-
YUV121.99114.4663.1-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.26%
GREEN value IS 173 (67.97% from 255) = 57.28%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=10.26%
G=57.28%
B=32.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31173980.8200.430.32148.3169.6140
Hex1FAD625202B20944628
Octal372551421220534022410650
Binary1111110101101110001010100100101011100000100101001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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