Html Css Color HEX #64A02A Limeade

📋 copy color: '#64A02A'

red 100 ◦ green 160 ◦ blue 42

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

Shades of Limeade #64A02A

Tints of Limeade #64A02A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.98%

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

R = 33.11%
G = 52.98%
B = 13.91%

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

#64A02A (or 0x64A02A) is known color: Limeade. HEX triplet: 64, A0 and 2A. RGB value is (100,160,42). Sum of RGB (Red+Green+Blue) = 100+160+42=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #64A02A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A02A is #9B5FD5. Grayscale: #818181. Windows color (decimal): -10182614 or 2793572. OLE color: 2793572.

HSL color Cylindrical-coordinate representation of color #64A02A: hue angle of 90.51º degrees, saturation: 0.58, 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 #64A02A is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 160 42 -
CMYK 0.38 0 0.74 0.37
HSL 90.51º 0.58% 0.4% -
HSV(B) 90.51º 0.74% 0.63% -
XYZ 18.24 28.02 6.64 -
YUV 128.61 79.12 107.59 -
System Red Green Blue C M Y K H S L
Decimal 100 160 42 0.38 0 0.74 0.37 90.51 0.58 0.4
Hex 64 A0 2A 26 0 4A 25 5B 3A 28
Octal 144 240 52 46 0 112 45 133 72 50
Binary 1100100 10100000 101010 100110 0 1001010 100101 1011011 111010 101000

Color Harmonies of #64A02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A02A

Black with #64A02A

Text Example


Text Example

White with #64A02A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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