#5AB269

Color #5AB269 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5AB269

Tints of Fern #5AB269

Color information

#5AB269 (or 0x5AB269) is unknown color: approx Fern. HEX triplet: 5A, B2 and 69. RGB value is (90,178,105). Sum of RGB (Red+Green+Blue) = 90+178+105=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB269 is #A54D96. Grayscale: #8F8F8F. Windows color (decimal): -10833303 or 6926938. OLE color: 6926938.

HSL color Cylindrical-coordinate representation of color #5AB269: hue angle of 130.23º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AB269 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB90178105-
CMYK0.4900.410.30
HSL130.23º36.36%52.55%-
HSV(B)130.23º49.44%69.8%-
XYZ22.6935.0318.93-
YUV143.37106.3589.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 178 (69.92% from 255) = 47.72%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=24.13%
G=47.72%
B=28.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal901781050.4900.410.30130.2336.3652.55
Hex5AB269310291E822435
Octal13226215161051362024465
Binary101101010110010110100111000101010011111010000010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5AB269;
 }
 .AnyTagClassName
 {
   color: #5AB269;
 }
</style>
background-color css

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

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

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

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

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

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