Html Css Color HEX #5A9931 Limeade

📋 copy color: '#5A9931'

red 90 ◦ green 153 ◦ blue 49

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

Shades of Limeade #5A9931

Tints of Limeade #5A9931

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.4%

 BLUE value IS 49 (19.53% from 255) = 16.78%

R = 30.82%
G = 52.4%
B = 16.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#5A9931 (or 0x5A9931) is known color: Limeade. HEX triplet: 5A, 99 and 31. RGB value is (90,153,49). Sum of RGB (Red+Green+Blue) = 90+153+49=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #5A9931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9931 is #A566CE. Grayscale: #7A7A7A. Windows color (decimal): -10839759 or 3250522. OLE color: 3250522.

HSL color Cylindrical-coordinate representation of color #5A9931: hue angle of 96.35º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A9931 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 90 153 49 -
CMYK 0.41 0 0.68 0.4
HSL 96.35º 0.51% 0.4% -
HSV(B) 96.35º 0.68% 0.6% -
XYZ 16.16 25.18 6.91 -
YUV 122.31 86.63 104.96 -
System Red Green Blue C M Y K H S L
Decimal 90 153 49 0.41 0 0.68 0.4 96.35 0.51 0.4
Hex 5A 99 31 29 0 44 28 60 33 28
Octal 132 231 61 51 0 104 50 140 63 50
Binary 1011010 10011001 110001 101001 0 1000100 101000 1100000 110011 101000

Color Harmonies of #5A9931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9931

Black with #5A9931

Text Example


Text Example

White with #5A9931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,153,49); }

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

background-color css

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

 a { background-color: rgb(90,153,49); }

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

border-color css

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

 span { border-color: rgb(90,153,49); }

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