Html Css Color HEX #5A9515 Limeade

📋 copy color: '#5A9515'

red 90 ◦ green 149 ◦ blue 21

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

Shades of Limeade #5A9515

Tints of Limeade #5A9515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.31%

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 34.62%
G = 57.31%
B = 8.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#5A9515 (or 0x5A9515) is known color: Limeade. HEX triplet: 5A, 95 and 15. RGB value is (90,149,21). Sum of RGB (Red+Green+Blue) = 90+149+21=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9515 is #A56AEA. Grayscale: #757575. Windows color (decimal): -10840811 or 1414490. OLE color: 1414490.

HSL color Cylindrical-coordinate representation of color #5A9515: hue angle of 87.66º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A9515 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 149 21 -
CMYK 0.40 0 0.86 0.42
HSL 87.66º 0.75% 0.33% -
HSV(B) 87.66º 0.86% 0.58% -
XYZ 15.1 23.72 4.49 -
YUV 116.77 73.95 108.91 -
System Red Green Blue C M Y K H S L
Decimal 90 149 21 0.40 0 0.86 0.42 87.66 0.75 0.33
Hex 5A 95 15 28 0 56 2A 58 4B 21
Octal 132 225 25 50 0 126 52 130 113 41
Binary 1011010 10010101 10101 101000 0 1010110 101010 1011000 1001011 100001

Color Harmonies of #5A9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9515

Black with #5A9515

Text Example


Text Example

White with #5A9515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,149,21); }

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

background-color css

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

 a { background-color: rgb(90,149,21); }

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

border-color css

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

 span { border-color: rgb(90,149,21); }

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