Html Css Color HEX #5A982D Limeade

📋 copy color: '#5A982D'

red 90 ◦ green 152 ◦ blue 45

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

Shades of Limeade #5A982D

Tints of Limeade #5A982D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 31.36%
G = 52.96%
B = 15.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#5A982D (or 0x5A982D) is known color: Limeade. HEX triplet: 5A, 98 and 2D. RGB value is (90,152,45). Sum of RGB (Red+Green+Blue) = 90+152+45=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #5A982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A982D is #A567D2. Grayscale: #797979. Windows color (decimal): -10840019 or 2988122. OLE color: 2988122.

HSL color Cylindrical-coordinate representation of color #5A982D: hue angle of 94.77º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A982D is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 90 152 45 -
CMYK 0.41 0 0.70 0.40
HSL 94.77º 0.54% 0.39% -
HSV(B) 94.77º 0.7% 0.6% -
XYZ 15.92 24.82 6.43 -
YUV 121.26 84.96 105.7 -
System Red Green Blue C M Y K H S L
Decimal 90 152 45 0.41 0 0.70 0.40 94.77 0.54 0.39
Hex 5A 98 2D 29 0 46 28 5F 36 27
Octal 132 230 55 51 0 106 50 137 66 47
Binary 1011010 10011000 101101 101001 0 1000110 101000 1011111 110110 100111

Color Harmonies of #5A982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A982D

Black with #5A982D

Text Example


Text Example

White with #5A982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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