Html Css Color HEX #5AB164 Fern

📋 copy color: '#5AB164'

red 90 ◦ green 177 ◦ blue 100

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

Shades of Fern #5AB164

Tints of Fern #5AB164

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.23%

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

R = 24.52%
G = 48.23%
B = 27.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#5AB164 (or 0x5AB164) is known color: Fern. HEX triplet: 5A, B1 and 64. RGB value is (90,177,100). Sum of RGB (Red+Green+Blue) = 90+177+100=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB164 is #A54E9B. Grayscale: #8E8E8E. Windows color (decimal): -10833564 or 6599002. OLE color: 6599002.

HSL color Cylindrical-coordinate representation of color #5AB164: hue angle of 126.9º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB164 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 177 100 -
CMYK 0.49 0 0.44 0.31
HSL 126.9º 0.36% 0.52% -
HSV(B) 126.9º 0.49% 0.69% -
XYZ 22.24 34.54 17.55 -
YUV 142.21 104.18 90.76 -
System Red Green Blue C M Y K H S L
Decimal 90 177 100 0.49 0 0.44 0.31 126.9 0.36 0.52
Hex 5A B1 64 31 0 2C 1F 7F 24 34
Octal 132 261 144 61 0 54 37 177 44 64
Binary 1011010 10110001 1100100 110001 0 101100 11111 1111111 100100 110100

Color Harmonies of #5AB164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB164

Black with #5AB164

Text Example


Text Example

White with #5AB164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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