Html Css Color HEX #64A22E Limeade

📋 copy color: '#64A22E'

red 100 ◦ green 162 ◦ blue 46

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

Shades of Limeade #64A22E

Tints of Limeade #64A22E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.6%

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 32.47%
G = 52.6%
B = 14.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#64A22E (or 0x64A22E) is known color: Limeade. HEX triplet: 64, A2 and 2E. RGB value is (100,162,46). Sum of RGB (Red+Green+Blue) = 100+162+46=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #64A22E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A22E is #9B5DD1. Grayscale: #828282. Windows color (decimal): -10182098 or 3056228. OLE color: 3056228.

HSL color Cylindrical-coordinate representation of color #64A22E: hue angle of 92.07º degrees, saturation: 0.56, 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 #64A22E is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 162 46 -
CMYK 0.38 0 0.72 0.36
HSL 92.07º 0.56% 0.41% -
HSV(B) 92.07º 0.72% 0.64% -
XYZ 18.67 28.75 7.15 -
YUV 130.24 80.46 106.43 -
System Red Green Blue C M Y K H S L
Decimal 100 162 46 0.38 0 0.72 0.36 92.07 0.56 0.41
Hex 64 A2 2E 26 0 48 24 5C 38 29
Octal 144 242 56 46 0 110 44 134 70 51
Binary 1100100 10100010 101110 100110 0 1001000 100100 1011100 111000 101001

Color Harmonies of #64A22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A22E

Black with #64A22E

Text Example


Text Example

White with #64A22E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,162,46); }

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

background-color css

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

 a { background-color: rgb(100,162,46); }

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

border-color css

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

 span { border-color: rgb(100,162,46); }

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