#66AC25

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

Shades of Christi #66AC25

Tints of Christi #66AC25

Color information

#66AC25 (or 0x66AC25) is unknown color: approx Christi. HEX triplet: 66, AC and 25. RGB value is (102,172,37). Sum of RGB (Red+Green+Blue) = 102+172+37=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AC25 is #9953DA. Grayscale: #888888. Windows color (decimal): -10048475 or 2468966. OLE color: 2468966.

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

Color convert

RGB10217237-
CMYK0.4100.780.33
HSL91.11º64.59%40.98%-
HSV(B)91.11º78.49%67.45%-
XYZ20.5732.466.93-
YUV135.6872.31103.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 172 (67.58% from 255) = 55.31%
BLUE value IS 37 (14.84% from 255) = 11.90%
R=32.80%
G=55.31%
B=11.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102172370.4100.780.3391.1164.5940.98
Hex66AC252904E215b4129
Octal146254455101164113310151
Binary1100110101011001001011010010100111010000110110111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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