Html Css Color HEX #64AC59 Apple

📋 copy color: '#64AC59'

red 100 ◦ green 172 ◦ blue 89

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

Shades of Apple #64AC59

Tints of Apple #64AC59

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.65%

 BLUE value IS 89 (35.16% from 255) = 24.65%

R = 27.7%
G = 47.65%
B = 24.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#64AC59 (or 0x64AC59) is known color: Apple. HEX triplet: 64, AC and 59. RGB value is (100,172,89). Sum of RGB (Red+Green+Blue) = 100+172+89=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AC59 is #9B53A6. Grayscale: #8D8D8D. Windows color (decimal): -10179495 or 5876836. OLE color: 5876836.

HSL color Cylindrical-coordinate representation of color #64AC59: hue angle of 112.05º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64AC59 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 172 89 -
CMYK 0.42 0 0.48 0.33
HSL 112.05º 0.33% 0.51% -
HSV(B) 112.05º 0.48% 0.67% -
XYZ 21.81 32.94 14.66 -
YUV 141.01 98.65 98.75 -
System Red Green Blue C M Y K H S L
Decimal 100 172 89 0.42 0 0.48 0.33 112.05 0.33 0.51
Hex 64 AC 59 2A 0 30 21 70 21 33
Octal 144 254 131 52 0 60 41 160 41 63
Binary 1100100 10101100 1011001 101010 0 110000 100001 1110000 100001 110011

Color Harmonies of #64AC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC59

Black with #64AC59

Text Example


Text Example

White with #64AC59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,172,89); }

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

background-color css

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

 a { background-color: rgb(100,172,89); }

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

border-color css

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

 span { border-color: rgb(100,172,89); }

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