Html Css Color HEX #66AC44 Apple

📋 copy color: '#66AC44'

red 102 ◦ green 172 ◦ blue 68

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

Shades of Apple #66AC44

Tints of Apple #66AC44

RGB

 RED value IS 102 (40.23% from 255) = 29.82%

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

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 29.82%
G = 50.29%
B = 19.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#66AC44 (or 0x66AC44) is known color: Apple. HEX triplet: 66, AC and 44. RGB value is (102,172,68). Sum of RGB (Red+Green+Blue) = 102+172+68=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AC44 is #9953BB. Grayscale: #8B8B8B. Windows color (decimal): -10048444 or 4500582. OLE color: 4500582.

HSL color Cylindrical-coordinate representation of color #66AC44: hue angle of 100.38º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66AC44 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 172 68 -
CMYK 0.41 0 0.60 0.33
HSL 100.38º 0.43% 0.47% -
HSV(B) 100.38º 0.6% 0.67% -
XYZ 21.28 32.75 10.67 -
YUV 139.21 87.81 101.46 -
System Red Green Blue C M Y K H S L
Decimal 102 172 68 0.41 0 0.60 0.33 100.38 0.43 0.47
Hex 66 AC 44 29 0 3C 21 64 2B 2F
Octal 146 254 104 51 0 74 41 144 53 57
Binary 1100110 10101100 1000100 101001 0 111100 100001 1100100 101011 101111

Color Harmonies of #66AC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AC44

Black with #66AC44

Text Example


Text Example

White with #66AC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66AC44; }

 p { color: rgb(102,172,68); }

 H1.HeaderClassName
 {
   color: #66AC44;
 }
 .AnyTagClassName
 {
   color: #66AC44;
 }
</style>

background-color css

<style>
 a { background-color: #66AC44; }

 a { background-color: rgb(102,172,68); }

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

border-color css

<style>
 span { border-color: #66AC44; }

 span { border-color: rgb(102,172,68); }

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