Html Css Color HEX #5ABD6E Fern

📋 copy color: '#5ABD6E'

red 90 ◦ green 189 ◦ blue 110

#5ABD6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #5ABD6E

Tints of Fern #5ABD6E

RGB

 RED value IS 90 (35.55% from 255) = 23.14%

 GREEN value IS 189 (74.22% from 255) = 48.59%

 BLUE value IS 110 (43.36% from 255) = 28.28%

R = 23.14%
G = 48.59%
B = 28.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#5ABD6E (or 0x5ABD6E) is known color: Fern. HEX triplet: 5A, BD and 6E. RGB value is (90,189,110). Sum of RGB (Red+Green+Blue) = 90+189+110=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD6E is #A54291. Grayscale: #969696. Windows color (decimal): -10830482 or 7257434. OLE color: 7257434.

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

Color convert

RGB 90 189 110 -
CMYK 0.52 0 0.42 0.26
HSL 132.12º 0.43% 0.55% -
HSV(B) 132.12º 0.52% 0.74% -
XYZ 25.23 39.69 21.08 -
YUV 150.39 105.2 84.92 -
System Red Green Blue C M Y K H S L
Decimal 90 189 110 0.52 0 0.42 0.26 132.12 0.43 0.55
Hex 5A BD 6E 34 0 2A 1A 84 2B 37
Octal 132 275 156 64 0 52 32 204 53 67
Binary 1011010 10111101 1101110 110100 0 101010 11010 10000100 101011 110111

Color Harmonies of #5ABD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABD6E

Black with #5ABD6E

Text Example


Text Example

White with #5ABD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,189,110); }

 H1.HeaderClassName
 {
   color: #5ABD6E;
 }
 .AnyTagClassName
 {
   color: #5ABD6E;
 }
</style>

background-color css

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

 a { background-color: rgb(90,189,110); }

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

border-color css

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

 span { border-color: rgb(90,189,110); }

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