Html Css Color HEX #5CA312 Limeade

📋 copy color: '#5CA312'

red 92 ◦ green 163 ◦ blue 18

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

Shades of Limeade #5CA312

Tints of Limeade #5CA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 59.71%

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 33.7%
G = 59.71%
B = 6.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#5CA312 (or 0x5CA312) is known color: Limeade. HEX triplet: 5C, A3 and 12. RGB value is (92,163,18). Sum of RGB (Red+Green+Blue) = 92+163+18=273 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.70% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA312 is #A35CED. Grayscale: #7D7D7D. Windows color (decimal): -10706158 or 1221468. OLE color: 1221468.

HSL color Cylindrical-coordinate representation of color #5CA312: hue angle of 89.38º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5CA312 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 163 18 -
CMYK 0.44 0 0.89 0.36
HSL 89.38º 0.8% 0.35% -
HSV(B) 89.38º 0.89% 0.64% -
XYZ 17.62 28.51 5.15 -
YUV 125.24 67.48 104.29 -
System Red Green Blue C M Y K H S L
Decimal 92 163 18 0.44 0 0.89 0.36 89.38 0.8 0.35
Hex 5C A3 12 2C 0 59 24 59 50 23
Octal 134 243 22 54 0 131 44 131 120 43
Binary 1011100 10100011 10010 101100 0 1011001 100100 1011001 1010000 100011

Color Harmonies of #5CA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA312

Black with #5CA312

Text Example


Text Example

White with #5CA312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,163,18); }

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

background-color css

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

 a { background-color: rgb(92,163,18); }

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

border-color css

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

 span { border-color: rgb(92,163,18); }

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