Html Css Color HEX #5AA283 Patina

📋 copy color: '#5AA283'

red 90 ◦ green 162 ◦ blue 131

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

Shades of Patina #5AA283

Tints of Patina #5AA283

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.3%

 BLUE value IS 131 (51.56% from 255) = 34.2%

R = 23.5%
G = 42.3%
B = 34.2%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#5AA283 (or 0x5AA283) is known color: Patina. HEX triplet: 5A, A2 and 83. RGB value is (90,162,131). Sum of RGB (Red+Green+Blue) = 90+162+131=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA283 is #A55D7C. Grayscale: #888888. Windows color (decimal): -10837373 or 8626778. OLE color: 8626778.

HSL color Cylindrical-coordinate representation of color #5AA283: hue angle of 154.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA283 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 162 131 -
CMYK 0.44 0 0.19 0.36
HSL 154.17º 0.29% 0.49% -
HSV(B) 154.17º 0.44% 0.64% -
XYZ 21.23 29.65 26.08 -
YUV 136.94 124.65 94.52 -
System Red Green Blue C M Y K H S L
Decimal 90 162 131 0.44 0 0.19 0.36 154.17 0.29 0.49
Hex 5A A2 83 2C 0 13 24 9A 1D 31
Octal 132 242 203 54 0 23 44 232 35 61
Binary 1011010 10100010 10000011 101100 0 10011 100100 10011010 11101 110001

Color Harmonies of #5AA283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA283

Black with #5AA283

Text Example


Text Example

White with #5AA283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,162,131); }

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

background-color css

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

 a { background-color: rgb(90,162,131); }

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

border-color css

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

 span { border-color: rgb(90,162,131); }

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