Html Css Color HEX #5AC96B Fern

📋 copy color: '#5AC96B'

red 90 ◦ green 201 ◦ blue 107

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

Shades of Fern #5AC96B

Tints of Fern #5AC96B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.5%

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 22.61%
G = 50.5%
B = 26.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#5AC96B (or 0x5AC96B) is known color: Fern. HEX triplet: 5A, C9 and 6B. RGB value is (90,201,107). Sum of RGB (Red+Green+Blue) = 90+201+107=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC96B is #A53694. Grayscale: #9D9D9D. Windows color (decimal): -10827413 or 7063898. OLE color: 7063898.

HSL color Cylindrical-coordinate representation of color #5AC96B: hue angle of 129.19º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC96B is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 201 107 -
CMYK 0.55 0 0.47 0.21
HSL 129.19º 0.51% 0.57% -
HSV(B) 129.19º 0.55% 0.79% -
XYZ 27.76 45.01 21.13 -
YUV 157.1 99.73 80.14 -
System Red Green Blue C M Y K H S L
Decimal 90 201 107 0.55 0 0.47 0.21 129.19 0.51 0.57
Hex 5A C9 6B 37 0 2F 15 81 33 39
Octal 132 311 153 67 0 57 25 201 63 71
Binary 1011010 11001001 1101011 110111 0 101111 10101 10000001 110011 111001

Color Harmonies of #5AC96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC96B

Black with #5AC96B

Text Example


Text Example

White with #5AC96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,201,107); }

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

background-color css

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

 a { background-color: rgb(90,201,107); }

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

border-color css

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

 span { border-color: rgb(90,201,107); }

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