Html Css Color HEX #5AAB6B Fern

📋 copy color: '#5AAB6B'

red 90 ◦ green 171 ◦ blue 107

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

Shades of Fern #5AAB6B

Tints of Fern #5AAB6B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.47%

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

R = 24.46%
G = 46.47%
B = 29.08%

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

#5AAB6B (or 0x5AAB6B) is known color: Fern. HEX triplet: 5A, AB and 6B. RGB value is (90,171,107). Sum of RGB (Red+Green+Blue) = 90+171+107=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB6B is #A55494. Grayscale: #8B8B8B. Windows color (decimal): -10835093 or 7056218. OLE color: 7056218.

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

Color convert

RGB 90 171 107 -
CMYK 0.47 0 0.37 0.33
HSL 132.59º 0.33% 0.51% -
HSV(B) 132.59º 0.47% 0.67% -
XYZ 21.43 32.36 19.03 -
YUV 139.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 90 171 107 0.47 0 0.37 0.33 132.59 0.33 0.51
Hex 5A AB 6B 2F 0 25 21 85 21 33
Octal 132 253 153 57 0 45 41 205 41 63
Binary 1011010 10101011 1101011 101111 0 100101 100001 10000101 100001 110011

Color Harmonies of #5AAB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAB6B

Black with #5AAB6B

Text Example


Text Example

White with #5AAB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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