#5AC06C

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

Shades of Fern #5AC06C

Tints of Fern #5AC06C

Color information

#5AC06C (or 0x5AC06C) is unknown color: approx Fern. HEX triplet: 5A, C0 and 6C. RGB value is (90,192,108). Sum of RGB (Red+Green+Blue) = 90+192+108=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC06C is #A53F93. Grayscale: #989898. Windows color (decimal): -10829716 or 7127130. OLE color: 7127130.

HSL color Cylindrical-coordinate representation of color #5AC06C: hue angle of 130.59º 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 #5AC06C is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB90192108-
CMYK0.5300.440.25
HSL130.59º44.74%55.29%-
HSV(B)130.59º53.12%75.29%-
XYZ25.7740.9620.73-
YUV151.93103.2183.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.08%
GREEN value IS 192 (75.39% from 255) = 49.23%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=23.08%
G=49.23%
B=27.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901921080.5300.440.25130.5944.7455.29
Hex5AC06C3502C19832d37
Octal13230015465054312035567
Binary101101011000000110110011010101011001100110000011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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