Html Css Color HEX #64AC4B Apple

📋 copy color: '#64AC4B'

red 100 ◦ green 172 ◦ blue 75

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

Shades of Apple #64AC4B

Tints of Apple #64AC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.61%

R = 28.82%
G = 49.57%
B = 21.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#64AC4B (or 0x64AC4B) is known color: Apple. HEX triplet: 64, AC and 4B. RGB value is (100,172,75). Sum of RGB (Red+Green+Blue) = 100+172+75=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #64AC4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AC4B is #9B53B4. Grayscale: #8B8B8B. Windows color (decimal): -10179509 or 4959332. OLE color: 4959332.

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

Color convert

RGB 100 172 75 -
CMYK 0.42 0 0.56 0.33
HSL 104.54º 0.39% 0.48% -
HSV(B) 104.54º 0.56% 0.67% -
XYZ 21.28 32.72 11.85 -
YUV 139.41 91.65 99.89 -
System Red Green Blue C M Y K H S L
Decimal 100 172 75 0.42 0 0.56 0.33 104.54 0.39 0.48
Hex 64 AC 4B 2A 0 38 21 69 27 30
Octal 144 254 113 52 0 70 41 151 47 60
Binary 1100100 10101100 1001011 101010 0 111000 100001 1101001 100111 110000

Color Harmonies of #64AC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AC4B

Black with #64AC4B

Text Example


Text Example

White with #64AC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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