#5AC066

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

Shades of Fern #5AC066

Tints of Fern #5AC066

Color information

#5AC066 (or 0x5AC066) is unknown color: approx Fern. HEX triplet: 5A, C0 and 66. RGB value is (90,192,102). Sum of RGB (Red+Green+Blue) = 90+192+102=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC066 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC066 is #A53F99. Grayscale: #979797. Windows color (decimal): -10829722 or 6733914. OLE color: 6733914.

HSL color Cylindrical-coordinate representation of color #5AC066: hue angle of 127.06º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC066 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB90192102-
CMYK0.5300.470.25
HSL127.06º44.74%55.29%-
HSV(B)127.06º53.12%75.29%-
XYZ25.4640.8319.11-
YUV151.24100.2184.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.44%
GREEN value IS 192 (75.39% from 255) = 50%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=23.44%
G=50%
B=26.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901921020.5300.470.25127.0644.7455.29
Hex5AC0663502F197f2d37
Octal13230014665057311775567
Binary10110101100000011001101101010101111110011111111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AC066; }

 p { color: rgb(90,192,102); }

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

<style>
 a { background-color: #5AC066; }

 a { background-color: rgb(90,192,102); }

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

<style>
 span { border-color: #5AC066; }

 span { border-color: rgb(90,192,102); }

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