Html Css Color HEX #5DA01A Limeade

📋 copy color: '#5DA01A'

red 93 ◦ green 160 ◦ blue 26

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

Shades of Limeade #5DA01A

Tints of Limeade #5DA01A

RGB

 RED value IS 93 (36.72% from 255) = 33.33%

 GREEN value IS 160 (62.89% from 255) = 57.35%

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 33.33%
G = 57.35%
B = 9.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#5DA01A (or 0x5DA01A) is known color: Limeade. HEX triplet: 5D, A0 and 1A. RGB value is (93,160,26). Sum of RGB (Red+Green+Blue) = 93+160+26=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 160 (62.89% from 255 or 57.35% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA01A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA01A is #A25FE5. Grayscale: #7D7D7D. Windows color (decimal): -10641382 or 1744989. OLE color: 1744989.

HSL color Cylindrical-coordinate representation of color #5DA01A: hue angle of 90º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5DA01A is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 160 26 -
CMYK 0.42 0 0.84 0.37
HSL 90º 0.72% 0.36% -
HSV(B) 90º 0.84% 0.63% -
XYZ 17.27 27.54 5.38 -
YUV 124.69 72.3 105.4 -
System Red Green Blue C M Y K H S L
Decimal 93 160 26 0.42 0 0.84 0.37 90 0.72 0.36
Hex 5D A0 1A 2A 0 54 25 5A 48 24
Octal 135 240 32 52 0 124 45 132 110 44
Binary 1011101 10100000 11010 101010 0 1010100 100101 1011010 1001000 100100

Color Harmonies of #5DA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA01A

Black with #5DA01A

Text Example


Text Example

White with #5DA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,160,26); }

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

background-color css

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

 a { background-color: rgb(93,160,26); }

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

border-color css

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

 span { border-color: rgb(93,160,26); }

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