Html Css Color HEX #5AAA5F Fern

📋 copy color: '#5AAA5F'

red 90 ◦ green 170 ◦ blue 95

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

Shades of Fern #5AAA5F

Tints of Fern #5AAA5F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.89%

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

R = 25.35%
G = 47.89%
B = 26.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#5AAA5F (or 0x5AAA5F) is known color: Fern. HEX triplet: 5A, AA and 5F. RGB value is (90,170,95). Sum of RGB (Red+Green+Blue) = 90+170+95=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA5F is #A555A0. Grayscale: #898989. Windows color (decimal): -10835361 or 6269530. OLE color: 6269530.

HSL color Cylindrical-coordinate representation of color #5AAA5F: hue angle of 123.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA5F is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 170 95 -
CMYK 0.47 0 0.44 0.33
HSL 123.75º 0.32% 0.51% -
HSV(B) 123.75º 0.47% 0.67% -
XYZ 20.66 31.75 15.87 -
YUV 137.53 104 94.1 -
System Red Green Blue C M Y K H S L
Decimal 90 170 95 0.47 0 0.44 0.33 123.75 0.32 0.51
Hex 5A AA 5F 2F 0 2C 21 7C 20 33
Octal 132 252 137 57 0 54 41 174 40 63
Binary 1011010 10101010 1011111 101111 0 101100 100001 1111100 100000 110011

Color Harmonies of #5AAA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA5F

Black with #5AAA5F

Text Example


Text Example

White with #5AAA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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