#58A166

Color #58A166 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #58A166

Tints of Fern #58A166

Color information

#58A166 (or 0x58A166) is unknown color: approx Fern. HEX triplet: 58, A1 and 66. RGB value is (88,161,102). Sum of RGB (Red+Green+Blue) = 88+161+102=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 161 - color contains mainly: green. Hex color #58A166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A166 is #A75E99. Grayscale: #848484. Windows color (decimal): -10968730 or 6725976. OLE color: 6725976.

HSL color Cylindrical-coordinate representation of color #58A166: hue angle of 131.51º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A166 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB88161102-
CMYK0.4500.370.37
HSL131.51º29.32%48.82%-
HSV(B)131.51º45.34%63.14%-
XYZ19.1728.5217.07-
YUV132.45110.8296.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 161 (63.28% from 255) = 45.87%
BLUE value IS 102 (40.23% from 255) = 29.06%
R=25.07%
G=45.87%
B=29.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal881611020.4500.370.37131.5129.3248.82
Hex58A1662D02525841d31
Octal13024114655045452043561
Binary101100010100001110011010110101001011001011000010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A166; }

 p { color: rgb(88,161,102); }

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

<style>
 a { background-color: #58A166; }

 a { background-color: rgb(88,161,102); }

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

<style>
 span { border-color: #58A166; }

 span { border-color: rgb(88,161,102); }

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