Html Css Color HEX #5AA51F Limeade

📋 copy color: '#5AA51F'

red 90 ◦ green 165 ◦ blue 31

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

Shades of Limeade #5AA51F

Tints of Limeade #5AA51F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 57.69%

 BLUE value IS 31 (12.5% from 255) = 10.84%

R = 31.47%
G = 57.69%
B = 10.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#5AA51F (or 0x5AA51F) is known color: Limeade. HEX triplet: 5A, A5 and 1F. RGB value is (90,165,31). Sum of RGB (Red+Green+Blue) = 90+165+31=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 165 (64.84% from 255 or 57.69% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA51F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA51F is #A55AE0. Grayscale: #7F7F7F. Windows color (decimal): -10836705 or 2073946. OLE color: 2073946.

HSL color Cylindrical-coordinate representation of color #5AA51F: hue angle of 93.58º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5AA51F is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 90 165 31 -
CMYK 0.45 0 0.81 0.35
HSL 93.58º 0.68% 0.38% -
HSV(B) 93.58º 0.81% 0.65% -
XYZ 17.92 29.18 5.98 -
YUV 127.3 73.65 101.4 -
System Red Green Blue C M Y K H S L
Decimal 90 165 31 0.45 0 0.81 0.35 93.58 0.68 0.38
Hex 5A A5 1F 2D 0 51 23 5E 44 26
Octal 132 245 37 55 0 121 43 136 104 46
Binary 1011010 10100101 11111 101101 0 1010001 100011 1011110 1000100 100110

Color Harmonies of #5AA51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA51F

Black with #5AA51F

Text Example


Text Example

White with #5AA51F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,165,31); }

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

background-color css

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

 a { background-color: rgb(90,165,31); }

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

border-color css

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

 span { border-color: rgb(90,165,31); }

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