#66AA18

Color #66AA18 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #66AA18

Tints of Christi #66AA18

Color information

#66AA18 (or 0x66AA18) is unknown color: approx Christi. HEX triplet: 66, AA and 18. RGB value is (102,170,24). Sum of RGB (Red+Green+Blue) = 102+170+24=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AA18 is #9955E7. Grayscale: #858585. Windows color (decimal): -10049000 or 1616486. OLE color: 1616486.

HSL color Cylindrical-coordinate representation of color #66AA18: hue angle of 87.95º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66AA18 is Cyan = 0.4, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB10217024-
CMYK0.400.860.33
HSL87.95º75.26%38.04%-
HSV(B)87.95º85.88%66.67%-
XYZ20.0231.645.92-
YUV133.0266.47105.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 170 (66.80% from 255) = 57.43%
BLUE value IS 24 (9.77% from 255) = 8.11%
R=34.46%
G=57.43%
B=8.11%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102170240.400.860.3387.9575.2638.04
Hex66AA182805621584b26
Octal146252305001264113011346
Binary110011010101010110001010000101011010000110110001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,170,24); }

 H1.HeaderClassName
 {
   color: #66AA18;
 }
 .AnyTagClassName
 {
   color: #66AA18;
 }
</style>
background-color css

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

 a { background-color: rgb(102,170,24); }

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

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

 span { border-color: rgb(102,170,24); }

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