Html Css Color HEX #5C990A Limeade

📋 copy color: '#5C990A'

red 92 ◦ green 153 ◦ blue 10

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

Shades of Limeade #5C990A

Tints of Limeade #5C990A

RGB

 RED value IS 92 (36.33% from 255) = 36.08%

 GREEN value IS 153 (60.16% from 255) = 60%

 BLUE value IS 10 (4.3% from 255) = 3.92%

R = 36.08%
G = 60%
B = 3.92%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#5C990A (or 0x5C990A) is known color: Limeade. HEX triplet: 5C, 99 and 0A. RGB value is (92,153,10). Sum of RGB (Red+Green+Blue) = 92+153+10=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #5C990A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C990A is #A366F5. Grayscale: #767676. Windows color (decimal): -10708726 or 694620. OLE color: 694620.

HSL color Cylindrical-coordinate representation of color #5C990A: hue angle of 85.59º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C990A is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 92 153 10 -
CMYK 0.40 0 0.93 0.4
HSL 85.59º 0.88% 0.32% -
HSV(B) 85.59º 0.93% 0.6% -
XYZ 15.86 25.08 4.29 -
YUV 118.46 66.79 109.13 -
System Red Green Blue C M Y K H S L
Decimal 92 153 10 0.40 0 0.93 0.4 85.59 0.88 0.32
Hex 5C 99 A 28 0 5D 28 56 58 20
Octal 134 231 12 50 0 135 50 126 130 40
Binary 1011100 10011001 1010 101000 0 1011101 101000 1010110 1011000 100000

Color Harmonies of #5C990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C990A

Black with #5C990A

Text Example


Text Example

White with #5C990A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,153,10); }

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

background-color css

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

 a { background-color: rgb(92,153,10); }

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

border-color css

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

 span { border-color: rgb(92,153,10); }

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