Html Css Color HEX #64AE46 Apple

📋 copy color: '#64AE46'

red 100 ◦ green 174 ◦ blue 70

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

Shades of Apple #64AE46

Tints of Apple #64AE46

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.58%

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 29.07%
G = 50.58%
B = 20.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#64AE46 (or 0x64AE46) is known color: Apple. HEX triplet: 64, AE and 46. RGB value is (100,174,70). Sum of RGB (Red+Green+Blue) = 100+174+70=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 174 (68.36% from 255 or 50.58% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AE46 is #9B51B9. Grayscale: #8C8C8C. Windows color (decimal): -10179002 or 4632164. OLE color: 4632164.

HSL color Cylindrical-coordinate representation of color #64AE46: hue angle of 102.69º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64AE46 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 174 70 -
CMYK 0.43 0 0.60 0.32
HSL 102.69º 0.43% 0.48% -
HSV(B) 102.69º 0.6% 0.68% -
XYZ 21.5 33.42 11.11 -
YUV 140.02 88.48 99.46 -
System Red Green Blue C M Y K H S L
Decimal 100 174 70 0.43 0 0.60 0.32 102.69 0.43 0.48
Hex 64 AE 46 2B 0 3C 20 67 2B 30
Octal 144 256 106 53 0 74 40 147 53 60
Binary 1100100 10101110 1000110 101011 0 111100 100000 1100111 101011 110000

Color Harmonies of #64AE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AE46

Black with #64AE46

Text Example


Text Example

White with #64AE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,174,70); }

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

background-color css

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

 a { background-color: rgb(100,174,70); }

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

border-color css

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

 span { border-color: rgb(100,174,70); }

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