Html Css Color HEX #58961A Limeade

📋 copy color: '#58961A'

red 88 ◦ green 150 ◦ blue 26

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

Shades of Limeade #58961A

Tints of Limeade #58961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.82%

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

R = 33.33%
G = 56.82%
B = 9.85%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#58961A (or 0x58961A) is known color: Limeade. HEX triplet: 58, 96 and 1A. RGB value is (88,150,26). Sum of RGB (Red+Green+Blue) = 88+150+26=264 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.33% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #58961A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58961A is #A769E5. Grayscale: #757575. Windows color (decimal): -10971622 or 1742424. OLE color: 1742424.

HSL color Cylindrical-coordinate representation of color #58961A: hue angle of 90º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58961A is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 150 26 -
CMYK 0.41 0 0.83 0.41
HSL 90º 0.7% 0.35% -
HSV(B) 90º 0.83% 0.59% -
XYZ 15.12 23.96 4.81 -
YUV 117.33 76.46 107.08 -
System Red Green Blue C M Y K H S L
Decimal 88 150 26 0.41 0 0.83 0.41 90 0.7 0.35
Hex 58 96 1A 29 0 53 29 5A 46 23
Octal 130 226 32 51 0 123 51 132 106 43
Binary 1011000 10010110 11010 101001 0 1010011 101001 1011010 1000110 100011

Color Harmonies of #58961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58961A

Black with #58961A

Text Example


Text Example

White with #58961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58961A; }

 p { color: rgb(88,150,26); }

 H1.HeaderClassName
 {
   color: #58961A;
 }
 .AnyTagClassName
 {
   color: #58961A;
 }
</style>

background-color css

<style>
 a { background-color: #58961A; }

 a { background-color: rgb(88,150,26); }

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

border-color css

<style>
 span { border-color: #58961A; }

 span { border-color: rgb(88,150,26); }

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