Html Css Color HEX #60A134 Limeade

📋 copy color: '#60A134'

red 96 ◦ green 161 ◦ blue 52

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

Shades of Limeade #60A134

Tints of Limeade #60A134

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.1%

 BLUE value IS 52 (20.7% from 255) = 16.83%

R = 31.07%
G = 52.1%
B = 16.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#60A134 (or 0x60A134) is known color: Limeade. HEX triplet: 60, A1 and 34. RGB value is (96,161,52). Sum of RGB (Red+Green+Blue) = 96+161+52=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #60A134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A134 is #9F5ECB. Grayscale: #818181. Windows color (decimal): -10444492 or 3449184. OLE color: 3449184.

HSL color Cylindrical-coordinate representation of color #60A134: hue angle of 95.78º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60A134 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 161 52 -
CMYK 0.40 0 0.68 0.37
HSL 95.78º 0.51% 0.42% -
HSV(B) 95.78º 0.68% 0.63% -
XYZ 18.19 28.22 7.74 -
YUV 129.14 84.47 104.36 -
System Red Green Blue C M Y K H S L
Decimal 96 161 52 0.40 0 0.68 0.37 95.78 0.51 0.42
Hex 60 A1 34 28 0 44 25 60 33 2A
Octal 140 241 64 50 0 104 45 140 63 52
Binary 1100000 10100001 110100 101000 0 1000100 100101 1100000 110011 101010

Color Harmonies of #60A134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A134

Black with #60A134

Text Example


Text Example

White with #60A134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,161,52); }

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

background-color css

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

 a { background-color: rgb(96,161,52); }

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

border-color css

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

 span { border-color: rgb(96,161,52); }

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