Html Css Color HEX #66AF90 Acapulco

📋 copy color: '#66AF90'

red 102 ◦ green 175 ◦ blue 144

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

Shades of Acapulco #66AF90

Tints of Acapulco #66AF90

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 24.23%
G = 41.57%
B = 34.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#66AF90 (or 0x66AF90) is known color: Acapulco. HEX triplet: 66, AF and 90. RGB value is (102,175,144). Sum of RGB (Red+Green+Blue) = 102+175+144=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF90 is #99506F. Grayscale: #959595. Windows color (decimal): -10047600 or 9482086. OLE color: 9482086.

HSL color Cylindrical-coordinate representation of color #66AF90: hue angle of 154.52º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF90 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 175 144 -
CMYK 0.42 0 0.18 0.31
HSL 154.52º 0.31% 0.54% -
HSV(B) 154.52º 0.42% 0.69% -
XYZ 25.84 35.5 31.88 -
YUV 149.64 124.82 94.02 -
System Red Green Blue C M Y K H S L
Decimal 102 175 144 0.42 0 0.18 0.31 154.52 0.31 0.54
Hex 66 AF 90 2A 0 12 1F 9B 1F 36
Octal 146 257 220 52 0 22 37 233 37 66
Binary 1100110 10101111 10010000 101010 0 10010 11111 10011011 11111 110110

Color Harmonies of #66AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AF90

Black with #66AF90

Text Example


Text Example

White with #66AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,175,144); }

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

background-color css

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

 a { background-color: rgb(102,175,144); }

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

border-color css

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

 span { border-color: rgb(102,175,144); }

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