Html Css Color HEX #559A1F Limeade

📋 copy color: '#559A1F'

red 85 ◦ green 154 ◦ blue 31

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

Shades of Limeade #559A1F

Tints of Limeade #559A1F

RGB

 RED value IS 85 (33.59% from 255) = 31.48%

 GREEN value IS 154 (60.55% from 255) = 57.04%

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

R = 31.48%
G = 57.04%
B = 11.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#559A1F (or 0x559A1F) is known color: Limeade. HEX triplet: 55, 9A and 1F. RGB value is (85,154,31). Sum of RGB (Red+Green+Blue) = 85+154+31=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 154 (60.55% from 255 or 57.04% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 154 - color contains mainly: green. Hex color #559A1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559A1F is #AA65E0. Grayscale: #777777. Windows color (decimal): -11167201 or 2071125. OLE color: 2071125.

HSL color Cylindrical-coordinate representation of color #559A1F: hue angle of 93.66º degrees, saturation: 0.66, 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 #559A1F is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 154 31 -
CMYK 0.45 0 0.80 0.40
HSL 93.66º 0.66% 0.36% -
HSV(B) 93.66º 0.8% 0.6% -
XYZ 15.55 25.14 5.33 -
YUV 119.35 78.14 103.5 -
System Red Green Blue C M Y K H S L
Decimal 85 154 31 0.45 0 0.80 0.40 93.66 0.66 0.36
Hex 55 9A 1F 2D 0 50 28 5E 42 24
Octal 125 232 37 55 0 120 50 136 102 44
Binary 1010101 10011010 11111 101101 0 1010000 101000 1011110 1000010 100100

Color Harmonies of #559A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559A1F

Black with #559A1F

Text Example


Text Example

White with #559A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559A1F; }

 p { color: rgb(85,154,31); }

 H1.HeaderClassName
 {
   color: #559A1F;
 }
 .AnyTagClassName
 {
   color: #559A1F;
 }
</style>

background-color css

<style>
 a { background-color: #559A1F; }

 a { background-color: rgb(85,154,31); }

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

border-color css

<style>
 span { border-color: #559A1F; }

 span { border-color: rgb(85,154,31); }

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