Html Css Color HEX #66AD4C Apple

📋 copy color: '#66AD4C'

red 102 ◦ green 173 ◦ blue 76

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

Shades of Apple #66AD4C

Tints of Apple #66AD4C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.29%

 BLUE value IS 76 (30.08% from 255) = 21.65%

R = 29.06%
G = 49.29%
B = 21.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#66AD4C (or 0x66AD4C) is known color: Apple. HEX triplet: 66, AD and 4C. RGB value is (102,173,76). Sum of RGB (Red+Green+Blue) = 102+173+76=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #66AD4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AD4C is #9952B3. Grayscale: #8D8D8D. Windows color (decimal): -10048180 or 5025126. OLE color: 5025126.

HSL color Cylindrical-coordinate representation of color #66AD4C: hue angle of 103.92º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66AD4C is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 173 76 -
CMYK 0.41 0 0.56 0.32
HSL 103.92º 0.39% 0.49% -
HSV(B) 103.92º 0.56% 0.68% -
XYZ 21.73 33.23 12.11 -
YUV 140.71 91.48 100.39 -
System Red Green Blue C M Y K H S L
Decimal 102 173 76 0.41 0 0.56 0.32 103.92 0.39 0.49
Hex 66 AD 4C 29 0 38 20 68 27 31
Octal 146 255 114 51 0 70 40 150 47 61
Binary 1100110 10101101 1001100 101001 0 111000 100000 1101000 100111 110001

Color Harmonies of #66AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AD4C

Black with #66AD4C

Text Example


Text Example

White with #66AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,173,76); }

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

background-color css

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

 a { background-color: rgb(102,173,76); }

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

border-color css

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

 span { border-color: rgb(102,173,76); }

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