Html Css Color HEX #5A940F Limeade

📋 copy color: '#5A940F'

red 90 ◦ green 148 ◦ blue 15

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

Shades of Limeade #5A940F

Tints of Limeade #5A940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.5%

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 35.57%
G = 58.5%
B = 5.93%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#5A940F (or 0x5A940F) is known color: Limeade. HEX triplet: 5A, 94 and 0F. RGB value is (90,148,15). Sum of RGB (Red+Green+Blue) = 90+148+15=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #5A940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A940F is #A56BF0. Grayscale: #737373. Windows color (decimal): -10841073 or 1021018. OLE color: 1021018.

HSL color Cylindrical-coordinate representation of color #5A940F: hue angle of 86.17º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A940F is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 148 15 -
CMYK 0.39 0 0.90 0.42
HSL 86.17º 0.82% 0.32% -
HSV(B) 86.17º 0.9% 0.58% -
XYZ 14.89 23.39 4.18 -
YUV 115.5 71.28 109.81 -
System Red Green Blue C M Y K H S L
Decimal 90 148 15 0.39 0 0.90 0.42 86.17 0.82 0.32
Hex 5A 94 F 27 0 5A 2A 56 52 20
Octal 132 224 17 47 0 132 52 126 122 40
Binary 1011010 10010100 1111 100111 0 1011010 101010 1010110 1010010 100000

Color Harmonies of #5A940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A940F

Black with #5A940F

Text Example


Text Example

White with #5A940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,148,15); }

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

background-color css

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

 a { background-color: rgb(90,148,15); }

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

border-color css

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

 span { border-color: rgb(90,148,15); }

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