Html Css Color HEX #5AC25F Fern

📋 copy color: '#5AC25F'

red 90 ◦ green 194 ◦ blue 95

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

Shades of Fern #5AC25F

Tints of Fern #5AC25F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.19%

 BLUE value IS 95 (37.5% from 255) = 25.07%

R = 23.75%
G = 51.19%
B = 25.07%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#5AC25F (or 0x5AC25F) is known color: Fern. HEX triplet: 5A, C2 and 5F. RGB value is (90,194,95). Sum of RGB (Red+Green+Blue) = 90+194+95=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC25F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC25F is #A53DA0. Grayscale: #979797. Windows color (decimal): -10829217 or 6275674. OLE color: 6275674.

HSL color Cylindrical-coordinate representation of color #5AC25F: hue angle of 122.88º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC25F is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 194 95 -
CMYK 0.54 0 0.51 0.24
HSL 122.88º 0.46% 0.56% -
HSV(B) 122.88º 0.54% 0.76% -
XYZ 25.57 41.58 17.51 -
YUV 151.62 96.04 84.05 -
System Red Green Blue C M Y K H S L
Decimal 90 194 95 0.54 0 0.51 0.24 122.88 0.46 0.56
Hex 5A C2 5F 36 0 33 18 7B 2E 38
Octal 132 302 137 66 0 63 30 173 56 70
Binary 1011010 11000010 1011111 110110 0 110011 11000 1111011 101110 111000

Color Harmonies of #5AC25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC25F

Black with #5AC25F

Text Example


Text Example

White with #5AC25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,194,95); }

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

background-color css

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

 a { background-color: rgb(90,194,95); }

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

border-color css

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

 span { border-color: rgb(90,194,95); }

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