Html Css Color HEX #5A981E Limeade

📋 copy color: '#5A981E'

red 90 ◦ green 152 ◦ blue 30

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

Shades of Limeade #5A981E

Tints of Limeade #5A981E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 33.09%
G = 55.88%
B = 11.03%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#5A981E (or 0x5A981E) is known color: Limeade. HEX triplet: 5A, 98 and 1E. RGB value is (90,152,30). Sum of RGB (Red+Green+Blue) = 90+152+30=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #5A981E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A981E is #A567E1. Grayscale: #777777. Windows color (decimal): -10840034 or 2005082. OLE color: 2005082.

HSL color Cylindrical-coordinate representation of color #5A981E: hue angle of 90.49º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A981E is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 90 152 30 -
CMYK 0.41 0 0.80 0.40
HSL 90.49º 0.67% 0.36% -
HSV(B) 90.49º 0.8% 0.6% -
XYZ 15.68 24.72 5.17 -
YUV 119.55 77.46 106.92 -
System Red Green Blue C M Y K H S L
Decimal 90 152 30 0.41 0 0.80 0.40 90.49 0.67 0.36
Hex 5A 98 1E 29 0 50 28 5A 43 24
Octal 132 230 36 51 0 120 50 132 103 44
Binary 1011010 10011000 11110 101001 0 1010000 101000 1011010 1000011 100100

Color Harmonies of #5A981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A981E

Black with #5A981E

Text Example


Text Example

White with #5A981E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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