Html Css Color HEX #58A00D Limeade

📋 copy color: '#58A00D'

red 88 ◦ green 160 ◦ blue 13

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

Shades of Limeade #58A00D

Tints of Limeade #58A00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.98%

R = 33.72%
G = 61.3%
B = 4.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#58A00D (or 0x58A00D) is known color: Limeade. HEX triplet: 58, A0 and 0D. RGB value is (88,160,13). Sum of RGB (Red+Green+Blue) = 88+160+13=261 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.72% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #58A00D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A00D is #A75FF2. Grayscale: #7A7A7A. Windows color (decimal): -10969075 or 893016. OLE color: 893016.

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

Color convert

RGB 88 160 13 -
CMYK 0.45 0 0.92 0.37
HSL 89.39º 0.85% 0.34% -
HSV(B) 89.39º 0.92% 0.63% -
XYZ 16.67 27.25 4.76 -
YUV 121.71 66.65 103.95 -
System Red Green Blue C M Y K H S L
Decimal 88 160 13 0.45 0 0.92 0.37 89.39 0.85 0.34
Hex 58 A0 D 2D 0 5C 25 59 55 22
Octal 130 240 15 55 0 134 45 131 125 42
Binary 1011000 10100000 1101 101101 0 1011100 100101 1011001 1010101 100010

Color Harmonies of #58A00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A00D

Black with #58A00D

Text Example


Text Example

White with #58A00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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