Html Css Color HEX #5AA330 Limeade

📋 copy color: '#5AA330'

red 90 ◦ green 163 ◦ blue 48

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

Shades of Limeade #5AA330

Tints of Limeade #5AA330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 54.15%

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 29.9%
G = 54.15%
B = 15.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#5AA330 (or 0x5AA330) is known color: Limeade. HEX triplet: 5A, A3 and 30. RGB value is (90,163,48). Sum of RGB (Red+Green+Blue) = 90+163+48=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA330 is #A55CCF. Grayscale: #808080. Windows color (decimal): -10837200 or 3187546. OLE color: 3187546.

HSL color Cylindrical-coordinate representation of color #5AA330: hue angle of 98.09º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5AA330 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 163 48 -
CMYK 0.45 0 0.71 0.36
HSL 98.09º 0.55% 0.41% -
HSV(B) 98.09º 0.71% 0.64% -
XYZ 17.85 28.58 7.37 -
YUV 128.06 82.82 100.85 -
System Red Green Blue C M Y K H S L
Decimal 90 163 48 0.45 0 0.71 0.36 98.09 0.55 0.41
Hex 5A A3 30 2D 0 47 24 62 37 29
Octal 132 243 60 55 0 107 44 142 67 51
Binary 1011010 10100011 110000 101101 0 1000111 100100 1100010 110111 101001

Color Harmonies of #5AA330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA330

Black with #5AA330

Text Example


Text Example

White with #5AA330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,163,48); }

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

background-color css

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

 a { background-color: rgb(90,163,48); }

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

border-color css

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

 span { border-color: rgb(90,163,48); }

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