Html Css Color HEX #64A12A Limeade

📋 copy color: '#64A12A'

red 100 ◦ green 161 ◦ blue 42

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

Shades of Limeade #64A12A

Tints of Limeade #64A12A

RGB

 RED value IS 100 (39.45% from 255) = 33%

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

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 33%
G = 53.14%
B = 13.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#64A12A (or 0x64A12A) is known color: Limeade. HEX triplet: 64, A1 and 2A. RGB value is (100,161,42). Sum of RGB (Red+Green+Blue) = 100+161+42=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #64A12A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A12A is #9B5ED5. Grayscale: #818181. Windows color (decimal): -10182358 or 2793828. OLE color: 2793828.

HSL color Cylindrical-coordinate representation of color #64A12A: hue angle of 90.76º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64A12A is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 161 42 -
CMYK 0.38 0 0.74 0.37
HSL 90.76º 0.59% 0.4% -
HSV(B) 90.76º 0.74% 0.63% -
XYZ 18.42 28.37 6.69 -
YUV 129.2 78.79 107.18 -
System Red Green Blue C M Y K H S L
Decimal 100 161 42 0.38 0 0.74 0.37 90.76 0.59 0.4
Hex 64 A1 2A 26 0 4A 25 5B 3B 28
Octal 144 241 52 46 0 112 45 133 73 50
Binary 1100100 10100001 101010 100110 0 1001010 100101 1011011 111011 101000

Color Harmonies of #64A12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A12A

Black with #64A12A

Text Example


Text Example

White with #64A12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A12A; }

 p { color: rgb(100,161,42); }

 H1.HeaderClassName
 {
   color: #64A12A;
 }
 .AnyTagClassName
 {
   color: #64A12A;
 }
</style>

background-color css

<style>
 a { background-color: #64A12A; }

 a { background-color: rgb(100,161,42); }

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

border-color css

<style>
 span { border-color: #64A12A; }

 span { border-color: rgb(100,161,42); }

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