#ACFF66

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

Shades of Conifer #ACFF66

Tints of Conifer #ACFF66

Color information

#ACFF66 (or 0xACFF66) is unknown color: approx Conifer. HEX triplet: AC, FF and 66. RGB value is (172,255,102). Sum of RGB (Red+Green+Blue) = 172+255+102=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF66 is #530099. Grayscale: #D5D5D5. Windows color (decimal): -5439642 or 6750124. OLE color: 6750124.

HSL color Cylindrical-coordinate representation of color #ACFF66: hue angle of 92.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACFF66 is Cyan = 0.33, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB172255102-
CMYK0.3300.60
HSL92.55º100%70%-
HSV(B)92.55º60%100%-
XYZ55.1781.2525.35-
YUV212.7465.598.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 255 (100% from 255) = 48.20%
BLUE value IS 102 (40.23% from 255) = 19.28%
R=32.51%
G=48.20%
B=19.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551020.3300.6092.5510070
HexACFF662103C05d6446
Octal254377146410740135144106
Binary1010110011111111110011010000101111000101110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFF66; }

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

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

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

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

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

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

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

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