Html Css Color HEX #5AB064 Fern

📋 copy color: '#5AB064'

red 90 ◦ green 176 ◦ blue 100

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

Shades of Fern #5AB064

Tints of Fern #5AB064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.09%

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

R = 24.59%
G = 48.09%
B = 27.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#5AB064 (or 0x5AB064) is known color: Fern. HEX triplet: 5A, B0 and 64. RGB value is (90,176,100). Sum of RGB (Red+Green+Blue) = 90+176+100=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB064 is #A54F9B. Grayscale: #8D8D8D. Windows color (decimal): -10833820 or 6598746. OLE color: 6598746.

HSL color Cylindrical-coordinate representation of color #5AB064: hue angle of 126.98º degrees, saturation: 0.35, 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 #5AB064 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 176 100 -
CMYK 0.49 0 0.43 0.31
HSL 126.98º 0.35% 0.52% -
HSV(B) 126.98º 0.49% 0.69% -
XYZ 22.04 34.14 17.49 -
YUV 141.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 90 176 100 0.49 0 0.43 0.31 126.98 0.35 0.52
Hex 5A B0 64 31 0 2B 1F 7F 23 34
Octal 132 260 144 61 0 53 37 177 43 64
Binary 1011010 10110000 1100100 110001 0 101011 11111 1111111 100011 110100

Color Harmonies of #5AB064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB064

Black with #5AB064

Text Example


Text Example

White with #5AB064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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