Html Css Color HEX #66AC41 Apple

📋 copy color: '#66AC41'

red 102 ◦ green 172 ◦ blue 65

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

Shades of Apple #66AC41

Tints of Apple #66AC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 30.09%
G = 50.74%
B = 19.17%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#66AC41 (or 0x66AC41) is known color: Apple. HEX triplet: 66, AC and 41. RGB value is (102,172,65). Sum of RGB (Red+Green+Blue) = 102+172+65=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AC41 is #9953BE. Grayscale: #8B8B8B. Windows color (decimal): -10048447 or 4303974. OLE color: 4303974.

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

Color convert

RGB 102 172 65 -
CMYK 0.41 0 0.62 0.33
HSL 99.25º 0.45% 0.46% -
HSV(B) 99.25º 0.62% 0.67% -
XYZ 21.19 32.71 10.2 -
YUV 138.87 86.31 101.7 -
System Red Green Blue C M Y K H S L
Decimal 102 172 65 0.41 0 0.62 0.33 99.25 0.45 0.46
Hex 66 AC 41 29 0 3E 21 63 2D 2E
Octal 146 254 101 51 0 76 41 143 55 56
Binary 1100110 10101100 1000001 101001 0 111110 100001 1100011 101101 101110

Color Harmonies of #66AC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AC41

Black with #66AC41

Text Example


Text Example

White with #66AC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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