Html Css Color HEX #5CA015 Limeade

📋 copy color: '#5CA015'

red 92 ◦ green 160 ◦ blue 21

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

Shades of Limeade #5CA015

Tints of Limeade #5CA015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 33.7%
G = 58.61%
B = 7.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#5CA015 (or 0x5CA015) is known color: Limeade. HEX triplet: 5C, A0 and 15. RGB value is (92,160,21). Sum of RGB (Red+Green+Blue) = 92+160+21=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA015 is #A35FEA. Grayscale: #7C7C7C. Windows color (decimal): -10706923 or 1417308. OLE color: 1417308.

HSL color Cylindrical-coordinate representation of color #5CA015: hue angle of 89.35º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5CA015 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 92 160 21 -
CMYK 0.43 0 0.87 0.37
HSL 89.35º 0.77% 0.35% -
HSV(B) 89.35º 0.87% 0.63% -
XYZ 17.12 27.47 5.11 -
YUV 123.82 69.97 105.3 -
System Red Green Blue C M Y K H S L
Decimal 92 160 21 0.43 0 0.87 0.37 89.35 0.77 0.35
Hex 5C A0 15 2B 0 57 25 59 4D 23
Octal 134 240 25 53 0 127 45 131 115 43
Binary 1011100 10100000 10101 101011 0 1010111 100101 1011001 1001101 100011

Color Harmonies of #5CA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA015

Black with #5CA015

Text Example


Text Example

White with #5CA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,160,21); }

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

background-color css

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

 a { background-color: rgb(92,160,21); }

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

border-color css

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

 span { border-color: rgb(92,160,21); }

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