Html Css Color HEX #66A252 Apple

📋 copy color: '#66A252'

red 102 ◦ green 162 ◦ blue 82

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

Shades of Apple #66A252

Tints of Apple #66A252

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.82%

 BLUE value IS 82 (32.42% from 255) = 23.7%

R = 29.48%
G = 46.82%
B = 23.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#66A252 (or 0x66A252) is known color: Apple. HEX triplet: 66, A2 and 52. RGB value is (102,162,82). Sum of RGB (Red+Green+Blue) = 102+162+82=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #66A252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A252 is #995DAD. Grayscale: #878787. Windows color (decimal): -10050990 or 5415526. OLE color: 5415526.

HSL color Cylindrical-coordinate representation of color #66A252: hue angle of 105º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66A252 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 162 82 -
CMYK 0.37 0 0.49 0.36
HSL 105º 0.33% 0.48% -
HSV(B) 105º 0.49% 0.64% -
XYZ 19.92 29.27 12.58 -
YUV 134.94 98.12 104.5 -
System Red Green Blue C M Y K H S L
Decimal 102 162 82 0.37 0 0.49 0.36 105 0.33 0.48
Hex 66 A2 52 25 0 31 24 69 21 30
Octal 146 242 122 45 0 61 44 151 41 60
Binary 1100110 10100010 1010010 100101 0 110001 100100 1101001 100001 110000

Color Harmonies of #66A252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A252

Black with #66A252

Text Example


Text Example

White with #66A252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,162,82); }

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

background-color css

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

 a { background-color: rgb(102,162,82); }

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

border-color css

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

 span { border-color: rgb(102,162,82); }

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