Html Css Color HEX #58A014 Limeade

📋 copy color: '#58A014'

red 88 ◦ green 160 ◦ blue 20

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

Shades of Limeade #58A014

Tints of Limeade #58A014

RGB

 RED value IS 88 (34.77% from 255) = 32.84%

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

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 32.84%
G = 59.7%
B = 7.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#58A014 (or 0x58A014) is known color: Limeade. HEX triplet: 58, A0 and 14. RGB value is (88,160,20). Sum of RGB (Red+Green+Blue) = 88+160+20=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #58A014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A014 is #A75FEB. Grayscale: #7A7A7A. Windows color (decimal): -10969068 or 1351768. OLE color: 1351768.

HSL color Cylindrical-coordinate representation of color #58A014: hue angle of 90.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58A014 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 160 20 -
CMYK 0.45 0 0.88 0.37
HSL 90.86º 0.78% 0.35% -
HSV(B) 90.86º 0.88% 0.63% -
XYZ 16.72 27.27 5.04 -
YUV 122.51 70.15 103.38 -
System Red Green Blue C M Y K H S L
Decimal 88 160 20 0.45 0 0.88 0.37 90.86 0.78 0.35
Hex 58 A0 14 2D 0 58 25 5B 4E 23
Octal 130 240 24 55 0 130 45 133 116 43
Binary 1011000 10100000 10100 101101 0 1011000 100101 1011011 1001110 100011

Color Harmonies of #58A014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A014

Black with #58A014

Text Example


Text Example

White with #58A014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58A014; }

 p { color: rgb(88,160,20); }

 H1.HeaderClassName
 {
   color: #58A014;
 }
 .AnyTagClassName
 {
   color: #58A014;
 }
</style>

background-color css

<style>
 a { background-color: #58A014; }

 a { background-color: rgb(88,160,20); }

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

border-color css

<style>
 span { border-color: #58A014; }

 span { border-color: rgb(88,160,20); }

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