#5AB964

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

Shades of Fern #5AB964

Tints of Fern #5AB964

Color information

#5AB964 (or 0x5AB964) is unknown color: approx Fern. HEX triplet: 5A, B9 and 64. RGB value is (90,185,100). Sum of RGB (Red+Green+Blue) = 90+185+100=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 100 (39.45% from 255 or 26.67% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB964 is #A5469B. Grayscale: #939393. Windows color (decimal): -10831516 or 6601050. OLE color: 6601050.

HSL color Cylindrical-coordinate representation of color #5AB964: hue angle of 126.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB964 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB90185100-
CMYK0.5100.460.27
HSL126.32º40.43%53.92%-
HSV(B)126.32º51.35%72.55%-
XYZ23.8737.7918.09-
YUV146.9101.5387.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24%
GREEN value IS 185 (72.66% from 255) = 49.33%
BLUE value IS 100 (39.45% from 255) = 26.67%
R=24%
G=49.33%
B=26.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901851000.5100.460.27126.3240.4353.92
Hex5AB9643302E1B7e2836
Octal13227114463056331765066
Binary10110101011100111001001100110101110110111111110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,185,100); }

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

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

 a { background-color: rgb(90,185,100); }

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

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

 span { border-color: rgb(90,185,100); }

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