Html Css Color HEX #5AAA6B Fern

📋 copy color: '#5AAA6B'

red 90 ◦ green 170 ◦ blue 107

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

Shades of Fern #5AAA6B

Tints of Fern #5AAA6B

RGB

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

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

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

R = 24.52%
G = 46.32%
B = 29.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#5AAA6B (or 0x5AAA6B) is known color: Fern. HEX triplet: 5A, AA and 6B. RGB value is (90,170,107). Sum of RGB (Red+Green+Blue) = 90+170+107=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA6B is #A55594. Grayscale: #8B8B8B. Windows color (decimal): -10835349 or 7055962. OLE color: 7055962.

HSL color Cylindrical-coordinate representation of color #5AAA6B: hue angle of 132.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 #5AAA6B is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 170 107 -
CMYK 0.47 0 0.37 0.33
HSL 132.75º 0.32% 0.51% -
HSV(B) 132.75º 0.47% 0.67% -
XYZ 21.25 31.98 18.96 -
YUV 138.9 110 93.12 -
System Red Green Blue C M Y K H S L
Decimal 90 170 107 0.47 0 0.37 0.33 132.75 0.32 0.51
Hex 5A AA 6B 2F 0 25 21 85 20 33
Octal 132 252 153 57 0 45 41 205 40 63
Binary 1011010 10101010 1101011 101111 0 100101 100001 10000101 100000 110011

Color Harmonies of #5AAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAA6B

Black with #5AAA6B

Text Example


Text Example

White with #5AAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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