Html Css Color HEX #5AC864 Fern

📋 copy color: '#5AC864'

red 90 ◦ green 200 ◦ blue 100

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

Shades of Fern #5AC864

Tints of Fern #5AC864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.28%

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

R = 23.08%
G = 51.28%
B = 25.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#5AC864 (or 0x5AC864) is known color: Fern. HEX triplet: 5A, C8 and 64. RGB value is (90,200,100). Sum of RGB (Red+Green+Blue) = 90+200+100=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC864 is #A5379B. Grayscale: #9C9C9C. Windows color (decimal): -10827676 or 6604890. OLE color: 6604890.

HSL color Cylindrical-coordinate representation of color #5AC864: hue angle of 125.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC864 is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 90 200 100 -
CMYK 0.55 0 0.5 0.22
HSL 125.45º 0.5% 0.57% -
HSV(B) 125.45º 0.55% 0.78% -
XYZ 27.17 44.4 19.2 -
YUV 155.71 96.56 81.13 -
System Red Green Blue C M Y K H S L
Decimal 90 200 100 0.55 0 0.5 0.22 125.45 0.5 0.57
Hex 5A C8 64 37 0 32 16 7D 32 39
Octal 132 310 144 67 0 62 26 175 62 71
Binary 1011010 11001000 1100100 110111 0 110010 10110 1111101 110010 111001

Color Harmonies of #5AC864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC864

Black with #5AC864

Text Example


Text Example

White with #5AC864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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