Html Css Color HEX #60A32D Limeade

📋 copy color: '#60A32D'

red 96 ◦ green 163 ◦ blue 45

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

Shades of Limeade #60A32D

Tints of Limeade #60A32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 31.58%
G = 53.62%
B = 14.8%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#60A32D (or 0x60A32D) is known color: Limeade. HEX triplet: 60, A3 and 2D. RGB value is (96,163,45). Sum of RGB (Red+Green+Blue) = 96+163+45=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #60A32D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A32D is #9F5CD2. Grayscale: #818181. Windows color (decimal): -10443987 or 2990944. OLE color: 2990944.

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

Color convert

RGB 96 163 45 -
CMYK 0.41 0 0.72 0.36
HSL 94.07º 0.57% 0.41% -
HSV(B) 94.07º 0.72% 0.64% -
XYZ 18.39 28.87 7.09 -
YUV 129.52 80.3 104.09 -
System Red Green Blue C M Y K H S L
Decimal 96 163 45 0.41 0 0.72 0.36 94.07 0.57 0.41
Hex 60 A3 2D 29 0 48 24 5E 39 29
Octal 140 243 55 51 0 110 44 136 71 51
Binary 1100000 10100011 101101 101001 0 1001000 100100 1011110 111001 101001

Color Harmonies of #60A32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A32D

Black with #60A32D

Text Example


Text Example

White with #60A32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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