Html Css Color HEX #60A324 Limeade

📋 copy color: '#60A324'

red 96 ◦ green 163 ◦ blue 36

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

Shades of Limeade #60A324

Tints of Limeade #60A324

RGB

 RED value IS 96 (37.89% from 255) = 32.54%

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

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 32.54%
G = 55.25%
B = 12.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#60A324 (or 0x60A324) is known color: Limeade. HEX triplet: 60, A3 and 24. RGB value is (96,163,36). Sum of RGB (Red+Green+Blue) = 96+163+36=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #60A324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A324 is #9F5CDB. Grayscale: #808080. Windows color (decimal): -10443996 or 2401120. OLE color: 2401120.

HSL color Cylindrical-coordinate representation of color #60A324: hue angle of 91.65º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60A324 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 163 36 -
CMYK 0.41 0 0.78 0.36
HSL 91.65º 0.64% 0.39% -
HSV(B) 91.65º 0.78% 0.64% -
XYZ 18.24 28.81 6.27 -
YUV 128.49 75.8 104.83 -
System Red Green Blue C M Y K H S L
Decimal 96 163 36 0.41 0 0.78 0.36 91.65 0.64 0.39
Hex 60 A3 24 29 0 4E 24 5C 40 27
Octal 140 243 44 51 0 116 44 134 100 47
Binary 1100000 10100011 100100 101001 0 1001110 100100 1011100 1000000 100111

Color Harmonies of #60A324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A324

Black with #60A324

Text Example


Text Example

White with #60A324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A324; }

 p { color: rgb(96,163,36); }

 H1.HeaderClassName
 {
   color: #60A324;
 }
 .AnyTagClassName
 {
   color: #60A324;
 }
</style>

background-color css

<style>
 a { background-color: #60A324; }

 a { background-color: rgb(96,163,36); }

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

border-color css

<style>
 span { border-color: #60A324; }

 span { border-color: rgb(96,163,36); }

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