#5ABB6A

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

Shades of Fern #5ABB6A

Tints of Fern #5ABB6A

Color information

#5ABB6A (or 0x5ABB6A) is unknown color: approx Fern. HEX triplet: 5A, BB and 6A. RGB value is (90,187,106). Sum of RGB (Red+Green+Blue) = 90+187+106=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABB6A is #A54495. Grayscale: #949494. Windows color (decimal): -10830998 or 6994778. OLE color: 6994778.

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

Color convert

RGB90187106-
CMYK0.5200.430.27
HSL129.9º41.63%54.31%-
HSV(B)129.9º51.87%73.33%-
XYZ24.5938.7519.82-
YUV148.76103.8686.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.50%
GREEN value IS 187 (73.44% from 255) = 48.83%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=23.50%
G=48.83%
B=27.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901871060.5200.430.27129.941.6354.31
Hex5ABB6A3402B1B822a36
Octal13227315264053332025266
Binary101101010111011110101011010001010111101110000010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,187,106); }

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

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

 a { background-color: rgb(90,187,106); }

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

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

 span { border-color: rgb(90,187,106); }

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