Html Css Color HEX #60A41A Limeade

📋 copy color: '#60A41A'

red 96 ◦ green 164 ◦ blue 26

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

Shades of Limeade #60A41A

Tints of Limeade #60A41A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 57.34%

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 33.57%
G = 57.34%
B = 9.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#60A41A (or 0x60A41A) is known color: Limeade. HEX triplet: 60, A4 and 1A. RGB value is (96,164,26). Sum of RGB (Red+Green+Blue) = 96+164+26=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 164 (64.45% from 255 or 57.34% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 164 - color contains mainly: green. Hex color #60A41A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60A41A is #9F5BE5. Grayscale: #808080. Windows color (decimal): -10443750 or 1746016. OLE color: 1746016.

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

Color convert

RGB 96 164 26 -
CMYK 0.41 0 0.84 0.36
HSL 89.57º 0.73% 0.37% -
HSV(B) 89.57º 0.84% 0.64% -
XYZ 18.29 29.11 5.63 -
YUV 127.94 70.47 105.22 -
System Red Green Blue C M Y K H S L
Decimal 96 164 26 0.41 0 0.84 0.36 89.57 0.73 0.37
Hex 60 A4 1A 29 0 54 24 5A 49 25
Octal 140 244 32 51 0 124 44 132 111 45
Binary 1100000 10100100 11010 101001 0 1010100 100100 1011010 1001001 100101

Color Harmonies of #60A41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A41A

Black with #60A41A

Text Example


Text Example

White with #60A41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,164,26); }

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

background-color css

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

 a { background-color: rgb(96,164,26); }

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

border-color css

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

 span { border-color: rgb(96,164,26); }

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