Html Css Color HEX #60A526 Limeade

📋 copy color: '#60A526'

red 96 ◦ green 165 ◦ blue 38

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

Shades of Limeade #60A526

Tints of Limeade #60A526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55.18%

 BLUE value IS 38 (15.23% from 255) = 12.71%

R = 32.11%
G = 55.18%
B = 12.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#60A526 (or 0x60A526) is known color: Limeade. HEX triplet: 60, A5 and 26. RGB value is (96,165,38). Sum of RGB (Red+Green+Blue) = 96+165+38=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 165 (64.84% from 255 or 55.18% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 165 - color contains mainly: green. Hex color #60A526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A526 is #9F5AD9. Grayscale: #828282. Windows color (decimal): -10443482 or 2532704. OLE color: 2532704.

HSL color Cylindrical-coordinate representation of color #60A526: hue angle of 92.6º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60A526 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 165 38 -
CMYK 0.42 0 0.77 0.35
HSL 92.6º 0.63% 0.4% -
HSV(B) 92.6º 0.77% 0.65% -
XYZ 18.63 29.54 6.55 -
YUV 129.89 76.14 103.83 -
System Red Green Blue C M Y K H S L
Decimal 96 165 38 0.42 0 0.77 0.35 92.6 0.63 0.4
Hex 60 A5 26 2A 0 4D 23 5D 3F 28
Octal 140 245 46 52 0 115 43 135 77 50
Binary 1100000 10100101 100110 101010 0 1001101 100011 1011101 111111 101000

Color Harmonies of #60A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A526

Black with #60A526

Text Example


Text Example

White with #60A526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,165,38); }

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

background-color css

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

 a { background-color: rgb(96,165,38); }

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

border-color css

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

 span { border-color: rgb(96,165,38); }

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