Html Css Color HEX #5AB464 Fern

📋 copy color: '#5AB464'

red 90 ◦ green 180 ◦ blue 100

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

Shades of Fern #5AB464

Tints of Fern #5AB464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.65%

 BLUE value IS 100 (39.45% from 255) = 27.03%

R = 24.32%
G = 48.65%
B = 27.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#5AB464 (or 0x5AB464) is known color: Fern. HEX triplet: 5A, B4 and 64. RGB value is (90,180,100). Sum of RGB (Red+Green+Blue) = 90+180+100=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB464 is #A54B9B. Grayscale: #909090. Windows color (decimal): -10832796 or 6599770. OLE color: 6599770.

HSL color Cylindrical-coordinate representation of color #5AB464: hue angle of 126.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB464 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 180 100 -
CMYK 0.50 0 0.44 0.29
HSL 126.67º 0.38% 0.53% -
HSV(B) 126.67º 0.5% 0.71% -
XYZ 22.84 35.74 17.75 -
YUV 143.97 103.18 89.5 -
System Red Green Blue C M Y K H S L
Decimal 90 180 100 0.50 0 0.44 0.29 126.67 0.38 0.53
Hex 5A B4 64 32 0 2C 1D 7F 26 35
Octal 132 264 144 62 0 54 35 177 46 65
Binary 1011010 10110100 1100100 110010 0 101100 11101 1111111 100110 110101

Color Harmonies of #5AB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB464

Black with #5AB464

Text Example


Text Example

White with #5AB464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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