Html Css Color HEX #5AB469 Fern

📋 copy color: '#5AB469'

red 90 ◦ green 180 ◦ blue 105

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

Shades of Fern #5AB469

Tints of Fern #5AB469

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48%

 BLUE value IS 105 (41.41% from 255) = 28%

R = 24%
G = 48%
B = 28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#5AB469 (or 0x5AB469) is known color: Fern. HEX triplet: 5A, B4 and 69. RGB value is (90,180,105). Sum of RGB (Red+Green+Blue) = 90+180+105=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB469 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB469 is #A54B96. Grayscale: #909090. Windows color (decimal): -10832791 or 6927450. OLE color: 6927450.

HSL color Cylindrical-coordinate representation of color #5AB469: hue angle of 130º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB469 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 180 105 -
CMYK 0.50 0 0.42 0.29
HSL 130º 0.38% 0.53% -
HSV(B) 130º 0.5% 0.71% -
XYZ 23.09 35.84 19.06 -
YUV 144.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 90 180 105 0.50 0 0.42 0.29 130 0.38 0.53
Hex 5A B4 69 32 0 2A 1D 82 26 35
Octal 132 264 151 62 0 52 35 202 46 65
Binary 1011010 10110100 1101001 110010 0 101010 11101 10000010 100110 110101

Color Harmonies of #5AB469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB469

Black with #5AB469

Text Example


Text Example

White with #5AB469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,180,105); }

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

background-color css

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

 a { background-color: rgb(90,180,105); }

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

border-color css

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

 span { border-color: rgb(90,180,105); }

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