Html Css Color HEX #64A940 Apple

📋 copy color: '#64A940'

red 100 ◦ green 169 ◦ blue 64

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

Shades of Apple #64A940

Tints of Apple #64A940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.75%

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 30.03%
G = 50.75%
B = 19.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#64A940 (or 0x64A940) is known color: Apple. HEX triplet: 64, A9 and 40. RGB value is (100,169,64). Sum of RGB (Red+Green+Blue) = 100+169+64=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #64A940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A940 is #9B56BF. Grayscale: #888888. Windows color (decimal): -10180288 or 4237668. OLE color: 4237668.

HSL color Cylindrical-coordinate representation of color #64A940: hue angle of 99.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64A940 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 100 169 64 -
CMYK 0.41 0 0.62 0.34
HSL 99.43º 0.45% 0.46% -
HSV(B) 99.43º 0.62% 0.66% -
XYZ 20.37 31.46 9.85 -
YUV 136.4 87.14 102.04 -
System Red Green Blue C M Y K H S L
Decimal 100 169 64 0.41 0 0.62 0.34 99.43 0.45 0.46
Hex 64 A9 40 29 0 3E 22 63 2D 2E
Octal 144 251 100 51 0 76 42 143 55 56
Binary 1100100 10101001 1000000 101001 0 111110 100010 1100011 101101 101110

Color Harmonies of #64A940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A940

Black with #64A940

Text Example


Text Example

White with #64A940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,169,64); }

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

background-color css

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

 a { background-color: rgb(100,169,64); }

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

border-color css

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

 span { border-color: rgb(100,169,64); }

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