Html Css Color HEX #5A9824 Limeade

📋 copy color: '#5A9824'

red 90 ◦ green 152 ◦ blue 36

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

Shades of Limeade #5A9824

Tints of Limeade #5A9824

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.68%

 BLUE value IS 36 (14.45% from 255) = 12.95%

R = 32.37%
G = 54.68%
B = 12.95%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#5A9824 (or 0x5A9824) is known color: Limeade. HEX triplet: 5A, 98 and 24. RGB value is (90,152,36). Sum of RGB (Red+Green+Blue) = 90+152+36=278 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.37% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #5A9824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9824 is #A567DB. Grayscale: #787878. Windows color (decimal): -10840028 or 2398298. OLE color: 2398298.

HSL color Cylindrical-coordinate representation of color #5A9824: hue angle of 92.07º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A9824 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.40.

Color convert

RGB 90 152 36 -
CMYK 0.41 0 0.76 0.40
HSL 92.07º 0.62% 0.37% -
HSV(B) 92.07º 0.76% 0.6% -
XYZ 15.76 24.76 5.62 -
YUV 120.24 80.46 106.43 -
System Red Green Blue C M Y K H S L
Decimal 90 152 36 0.41 0 0.76 0.40 92.07 0.62 0.37
Hex 5A 98 24 29 0 4C 28 5C 3E 25
Octal 132 230 44 51 0 114 50 134 76 45
Binary 1011010 10011000 100100 101001 0 1001100 101000 1011100 111110 100101

Color Harmonies of #5A9824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9824

Black with #5A9824

Text Example


Text Example

White with #5A9824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,152,36); }

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

background-color css

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

 a { background-color: rgb(90,152,36); }

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

border-color css

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

 span { border-color: rgb(90,152,36); }

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