Html Css Color HEX #5AB964 Fern

📋 copy color: '#5AB964'

red 90 ◦ green 185 ◦ blue 100

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

Shades of Fern #5AB964

Tints of Fern #5AB964

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 value IS 0.51

 M value IS 0

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#5AB964 (or 0x5AB964) is known color: 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

RGB 90 185 100 -
CMYK 0.51 0 0.46 0.27
HSL 126.32º 0.4% 0.54% -
HSV(B) 126.32º 0.51% 0.73% -
XYZ 23.87 37.79 18.09 -
YUV 146.91 101.53 87.41 -
System Red Green Blue C M Y K H S L
Decimal 90 185 100 0.51 0 0.46 0.27 126.32 0.4 0.54
Hex 5A B9 64 33 0 2E 1B 7E 28 36
Octal 132 271 144 63 0 56 33 176 50 66
Binary 1011010 10111001 1100100 110011 0 101110 11011 1111110 101000 110110

Color Harmonies of #5AB964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB964

Black with #5AB964

Text Example


Text Example

White with #5AB964

Text Example


Text Example

HTML Codes & Css Web 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>